david on Nostr: Awesome! this project needs someone with more neo4j knowledge and experience than ...
Awesome! this project needs someone with more neo4j knowledge and experience than mine alone 🤓
I’ve made some progress: I currently have strfry and neo4j running together on AWS EC2 ubuntu 24.04, following the standard strfry and neo4j deploy docs, and have events accumulating in LMDB which is in /var/lib/strfry/data.mdb
I had to make one change to https://github.com/hoytech/strfry/blob/master/docs/DEPLOYMENT.md to get neo4j to show up on port 7474, which is to change the firewall configuration using ufw to allow incoming connections instead of deny.
Haven’t yet figured out how to read from var/lib/strfry/data.mdb, looking at node-lmdb but not working yet.
I’ve made some progress: I currently have strfry and neo4j running together on AWS EC2 ubuntu 24.04, following the standard strfry and neo4j deploy docs, and have events accumulating in LMDB which is in /var/lib/strfry/data.mdb
I had to make one change to https://github.com/hoytech/strfry/blob/master/docs/DEPLOYMENT.md to get neo4j to show up on port 7474, which is to change the firewall configuration using ufw to allow incoming connections instead of deny.
Haven’t yet figured out how to read from var/lib/strfry/data.mdb, looking at node-lmdb but not working yet.