spacedrive/crates/sync/example
Ericson "Fogo" Soares 6b760b0b2a
[ENG-1628] Write new indexer with the task system (#2161)
* Moving file-path-helper to a sub-crate on core

* Parallel walker tested and working

* Change inner core crate names to sd-core-* naming scheme

* Moving stuff around

* Save and Update tasks for the new indexer job

* Some initial drafts on the new job system

* More drafts on job system

* Changing walker task to a more explicit state machine
Also drafting more of job system

* More drafting on job resume

* Completed the draft on job system inner workings

* New job context abstraction to decouple library stuff from job system

* Properly use composition on task dispatcher

* First draft on indexer job

* Job serialization

* Handling ancestors in the distributed walker for indexer

* Saving computed directories sizes on a location to db

* Enable a way to check if jobs are running in a location

* Progress reporting on indexer job

* Reorganizing modules

* Shallow indexer

* Rust fmt

* Attempting windows CI fix

* Attempting windows CI fix again

* Attempting windows CI fix again
2024-04-08 14:32:44 +00:00
..
prisma Beginning of sync stuff (#502) 2023-01-04 23:11:55 -08:00
src Beginning of sync stuff (#502) 2023-01-04 23:11:55 -08:00
web [ENG-1624] E2E Tests (#2192) 2024-03-19 20:22:17 +00:00
Cargo.toml [ENG-1628] Write new indexer with the task system (#2161) 2024-04-08 14:32:44 +00:00
README.md cleanup(don't hate me): prettier format everything 2023-01-19 19:32:35 -08:00

Create rspc app

This app was scaffolded using the create-rspc-app CLI.

Usage

# Terminal One
cd web
pnpm i
pnpm dev

# Terminal Two
cd api/
cargo prisma generate
cargo prisma db push
cargo run