Commit f6bfd24
committed
Move Rust crates to a directory.
There's a lot going on in the top-level repository now, so it's time to
separate Rust code from the rest of it.
- Move all crates, including the main `dbsp` crate, to the `crates`
directory.
- Split nexmark query implementation and benchamarks into a separate
crate.1 parent 5439a6e commit f6bfd24
File tree
274 files changed
+738
-653
lines changed- .github/workflows
- crates
- adapters
- examples
- src
- controller
- format
- server
- test
- transport
- kafka
- static
- dbsp
- benches
- fraud_data
- gdelt
- ldbc-graphalytics
- examples
- src
- algebra
- zset
- circuit
- schedule
- monitor
- operator
- aggregate
- communication
- time_series
- radix_tree
- profile
- time
- trace
- consolidation
- tests
- cursor
- layers
- column_layer
- erased
- ordered
- ord
- merge_batcher
- persistent
- tests
- utils
- nexmark
- benches
- nexmark-gen
- nexmark
- data
- src
- generator
- queries
- pipeline_manager
- scripts
- src
- static
- demo
- deploy
- python
- dbsp
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
274 files changed
+738
-653
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
413 | | - | |
| 413 | + | |
0 commit comments