No description
Find a file
Julia Lange 30e5de8c79
Global, mono-binary to libraries and binaries
This separates the previous mono-binary setup into separate libraries
and binaries. Specifically it split the old since api/ingestor binary
into an Atproto, and DB library, as well as an api, and ingestor binary.

Atproto Lib
Was mostly untouched. The original URI implementation was changed to use
FromStr, otherwise only imports were changed.

DB Lib
Is mostly unused, so there wasn't much that needed to be changed. Some
new files were added so that future work on it can hit the ground
running.

Api Binary
Is almost entirely the same. Imports were changed and the ingestor code
of main was removed.

Ingestor Binary
Was almost entirely refactored. An interface to made injestors was
added, and it was modularized. The only shared code is in
Ingestor.start(), and collections.rs's macros, but that is mostly
boilerplate.
2025-06-06 08:52:18 -07:00
api Global, mono-binary to libraries and binaries 2025-06-06 08:52:18 -07:00
atproto Global, mono-binary to libraries and binaries 2025-06-06 08:52:18 -07:00
db Global, mono-binary to libraries and binaries 2025-06-06 08:52:18 -07:00
ingestor Global, mono-binary to libraries and binaries 2025-06-06 08:52:18 -07:00
lexicons@2fdba4f217 Lexicons, update lexicon repo and compile 2025-05-14 18:18:52 -07:00
.gitmodules Lexicons, move lexicons to submodule 2025-05-08 15:01:55 -07:00
Cargo.lock Global, mono-binary to libraries and binaries 2025-06-06 08:52:18 -07:00
Cargo.toml Global, mono-binary to libraries and binaries 2025-06-06 08:52:18 -07:00
flake.lock Src, move out of ./rust, add missing wip files 2025-05-07 16:47:11 -07:00
flake.nix Src, move out of ./rust, add missing wip files 2025-05-07 16:47:11 -07:00