WIP
This commit is contained in:
parent
40eeb1a90f
commit
70d62e035c
@ -1,8 +1,8 @@
|
|||||||
## Crate Overview
|
## Crate Overview
|
||||||
|
|
||||||
| Crate | Kind | Responsibility |
|
| Crate | Kind | Responsibility |
|
||||||
|-----------------|--------------------|-------------------------------------------------------------------------------------------------------------------------------|
|
|-----------------|--------------------|-----------------------------------------------------------------------------------------------------------------|
|
||||||
| `storage` | library | Defines a unified interface to use different storage backends (like Geomerge, SQLite, LMDB, etc.) |
|
| `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 (like different types of joins) to execute a query plan. |
|
||||||
| `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 against a given storage backend using 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). |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user