neostr is an experimental nostr event store that caches relational data
between events in a queryable graph-native database, Neo4j.
Run unit tests with:
go testTo run integration test with Neo4j, first make sure you have Docker Compose installed, then start the test Neo4j instance (make sure you don't have another neo4j server already running on your machine):
docker compose up -dThen run the Neo4j integration tests:
go test -tags neo4j