Y
Hacker News
new
|
ask
|
show
|
jobs
by
mcv
1250 days ago
Exactly. There's no need for a graph database if you're not going to be searching for complex relationships. And once you do, SQL is hell.
I don't know of any SQLite-like graph database. I'm still a fan of neo4j.
2 comments
olavgg
1250 days ago
I also really like Neo4J, but the community version is very crippled. Still though, I've worked around it and do hot backups with ZFS and run multiple database processes to support multiple customers.
link
alfiedotwtf
1250 days ago
Yeah, Neo4J is neat but I don't want to stand up services... that's why I wondered if there were some that linked in easily
link