Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,5 @@ urlencoding = "2.1.3"
uuid = { version = "1.16.0", features = ["serde", "v4", "v8"] }
tokio-stream = "0.1.17"
async-stream = "0.3.6"
neo4rs = "0.8.0"
bytes = "1.10.1"
2 changes: 2 additions & 0 deletions dev/neo4j.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: cocoindex-neo4j
services:
neo4j:
image: neo4j:latest
Expand All @@ -8,6 +9,7 @@ services:
- /$HOME/neo4j/plugins:/plugins
environment:
- NEO4J_AUTH=neo4j/cocoindex
- NEO4J_PLUGINS='["graph-data-science"]'
ports:
- "7474:7474"
- "7687:7687"
Expand Down
1 change: 1 addition & 0 deletions src/ops/storages/mod.rs
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pub mod neo4j;
pub mod postgres;
Loading