david on Nostr: How to bring graph databases to nostr. Phase 1: Bare bones ETL (extract, transform, ...
How to bring graph databases to nostr.
Phase 1: Bare bones ETL (extract, transform, load) pipeline from LMDB to neo4j. Something that can be readily paired with most major nostr relays.
Keep it as simple as possible. One node type:NostrEvents, with properties: eventId, created_at, author.
Phase 2: scripts which extract event data and transform the graph into a bona fide Knowledge Graph. Add node types: NostrUser, NostrRelay, and others. Keep relationships updated as new NostrEvents get added.
What say you Jay [MOVED HERE] (npub10mt…27hf) ?
Any other #neo4j devs want to chime in?
Phase 1: Bare bones ETL (extract, transform, load) pipeline from LMDB to neo4j. Something that can be readily paired with most major nostr relays.
Keep it as simple as possible. One node type:NostrEvents, with properties: eventId, created_at, author.
Phase 2: scripts which extract event data and transform the graph into a bona fide Knowledge Graph. Add node types: NostrUser, NostrRelay, and others. Keep relationships updated as new NostrEvents get added.
What say you Jay [MOVED HERE] (npub10mt…27hf) ?
Any other #neo4j devs want to chime in?