Skip to content

Commit

Permalink
feat: Update to latest substreams
Browse files Browse the repository at this point in the history
  • Loading branch information
cvauclair committed Dec 17, 2024
1 parent 3a01b0f commit 7a2ee9b
Show file tree
Hide file tree
Showing 28 changed files with 861 additions and 728 deletions.
92 changes: 92 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ docker run \
### 2. Compile and run the indexer
In a separate terminal, run the following commands:
```bash
cargo run --bin kg-node -- \
--rollup \
cargo run --bin sink -- \
--reset-db \
--neo4j-uri neo4j://localhost:7687 \
--neo4j-user neo4j \
Expand Down
Binary file modified geo-substream.spkg
Binary file not shown.
2 changes: 2 additions & 0 deletions sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ neo4rs = "0.8.0"
prost = "0.13.3"
rand = "0.8.5"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde_with = "3.11.0"
thiserror = "2.0.3"
tracing = "0.1.40"
uuid = { version = "1.11.0", features = ["v4"] }
Expand Down
Loading

0 comments on commit 7a2ee9b

Please sign in to comment.