+29
-10
constellation/src/bin/main.rs
+29
-10
constellation/src/bin/main.rs
·········
+6
-7
constellation/src/server/mod.rs
+6
-7
constellation/src/server/mod.rs
·········help: "open this URL in a web browser (or request with Accept: text/html) for information about this API.",
+2
constellation/src/storage/mem_store.rs
+2
constellation/src/storage/mem_store.rs
+6
constellation/src/storage/mod.rs
+6
constellation/src/storage/mod.rs
···/// for LSM stores, deleted links don't decrement this, and updated records with any links will likely increment it.
+162
-3
constellation/src/storage/rocks_store.rs
+162
-3
constellation/src/storage/rocks_store.rs
························
+12
-2
constellation/templates/hello.html.j2
+12
-2
constellation/templates/hello.html.j2
···<p>It works by recursively walking <em>all</em> records coming through the firehose, searching for anything that looks like a link. Links are indexed by the target they point at, the collection the record came from, and the JSON path to the link in that record.</p>-This server has indexed <span class="stat">{{ stats.linking_records|human_number }}</span> links between <span class="stat">{{ stats.targetables|human_number }}</span> targets and sources from <span class="stat">{{ stats.dids|human_number }}</span> identities over <span class="stat">{{ days_indexed|human_number }}</span> days.<br/>+This server has indexed <span class="stat">{{ stats.linking_records|human_number }}</span> links between <span class="stat">{{ stats.targetables|human_number }}</span> targets and sources from <span class="stat">{{ stats.dids|human_number }}</span> identities over <span class="stat">-<p>But feel free to use it! If you want to be nice, put your project name and bsky username (or email) in your user-agent header for api requests.</p>+<p>You're welcome to use this public instance! Please do not build the torment nexus. If you want to be nice, put your project name and bsky username (or email) in your user-agent header for api requests.</p>