notdevin
@notdevin.eth
Why should I stop thinking about a graph database for…like everything
1 reply
2 recasts
5 reactions
notdevin
@notdevin.eth
@warpcastadmin.eth you ever use a graph db like neo4j or the like? I started using one for a specific agent application and I can’t stop seeing things I want to put in the graph instead of using a PG or a bucket. There are relationships I want to create which is why I didn’t want to use a blob store but the data doesn’t necessarily need to be causing migrations so PG seems unnecessary, but now I’m seeing graphs everywhere and need a sanity check. Thoughts?
2 replies
0 recast
1 reaction
borodutch
@warpcastadmin.eth
we even have a starter for gql backend now: https://github.com/BigWhaleLabs/gql-backend-starter
1 reply
0 recast
1 reaction
notdevin
@notdevin.eth
Im built around neo4j for the prototypes, any reason you prefer gql over neo4j? (if familiar)
1 reply
0 recast
0 reaction
borodutch
@warpcastadmin.eth
can't remember exactly why we picked qgl over neo4j and i can be wrong on the exact reasoning what we're always looking for is: 1. ease of development 2. type safety (typescript everywhere) 3. extensibility and availability of extensions overall, we want to write less code — and i think that's why we didn' go with neo4j
1 reply
0 recast
1 reaction
notdevin
@notdevin.eth
Thank you for the insights! 🫡
0 reply
0 recast
1 reaction