This commit is contained in:
Hassan Abedi 2026-06-05 13:27:25 +02:00
parent 31ef67850b
commit 40eeb1a90f

View File

@ -2,7 +2,7 @@
| Crate | Kind | Responsibility | | Crate | Kind | Responsibility |
|-----------------|--------------------|-------------------------------------------------------------------------------------------------------------------------------| |-----------------|--------------------|-------------------------------------------------------------------------------------------------------------------------------|
| `storage` | library | Defines the interface to use these storage backends. | | `storage` | library | Defines a unified interface to use different storage backends (like Geomerge, SQLite, LMDB, etc.) |
| `query-ops` | library | Provides a set of operators to physcially execute a query. | | `query-ops` | library | Provides a set of operators to physcially execute a query. |
| `plan-runner` | library and binary | Provides a CLI to run a query plan represnetsion against a given storage backend uisng the operatirs provided by `query-ops`. | | `plan-runner` | library and binary | Provides a CLI to run a query plan represnetsion against a given storage backend uisng the operatirs provided by `query-ops`. |
| `geomerge-demo` | binary | An example that shows how to write and read to Geomerge (as a storage). | | `geomerge-demo` | binary | An example that shows how to write and read to Geomerge (as a storage). |