Welcome to FalkorDB Discussions! #9
Replies: 20 comments 19 replies
-
Excited to see this project take off! |
Beta Was this translation helpful? Give feedback.
-
Was quite sad to see the redis drop-off, may FalkorDB be a more powerful son 🚀 |
Beta Was this translation helpful? Give feedback.
-
I'm excited! The graph database landscape is much more competitive than it was when RedisGraph started. Dgraph is my goto graph database for OLTP-like workloads. What distinguished RedGraph (for me) as:
I hope FalkorDB continues to distinguish itself in this landscape! |
Beta Was this translation helpful? Give feedback.
-
Wow, this is great! Here's hoping FalkorDB will be the never ending story of this graph database :-) |
Beta Was this translation helpful? Give feedback.
-
Great news, I am onboard :) I had a great experience with RedisGraph, much better performance vs other popular solutions, but on complex structures to many problems with correct index working. |
Beta Was this translation helpful? Give feedback.
-
This is a great news. I really like the algebra foundations of this
graphdb. I admit that for local short-lived graphd I moved to another
cypher-based solution.
I will be happy to test and use FalkorDB!
Best
|
Beta Was this translation helpful? Give feedback.
-
Redis Graph didn't work out to be usable for my use case, because of its inability to stem queries in languages other than English. Happy to try again if there's progress :) |
Beta Was this translation helpful? Give feedback.
-
The question about openCypher is a great one: it eases transition from neo4j, but that's the only graph DB (that I know of) that uses Cypher. I might be wrong, of course. Using Cypher at the time RedisGraph made the decision made sense, but today, I believe GraphGL is a better fit for use cases. |
Beta Was this translation helpful? Give feedback.
-
Good to hear! I was worried that I would have to migrate all my projects to Neo4J. I hope that FalkorDB will try to extricate itself somewhat from the Redis paradigm. For example, more options for on-disk persistence of graphs would be nice. |
Beta Was this translation helpful? Give feedback.
-
I agree that expresiveness of Cypher and alike is broader than GraphQL and
I like more its semantics for queries.
The local simpler Cypher enabled project I am using is
https://github.com/aplbrain/grand-cypher
|
Beta Was this translation helpful? Give feedback.
-
Agreed. Certainly FalkorDB can support both GraphQL and Cypher; they're not mutually exclusive. Might be worth it, depending on the use cases. |
Beta Was this translation helpful? Give feedback.
-
Dgraph doesn't use GraphQL as its core language, it uses DQL. The GraphQL layer (in GO) is on top of DQL so that we don't have to write a custom API and has auth security etc. You can write expressive custom DQL. Neo4j has the same thing (in nodejs), except you must self host it, Supabase has PostgREST, Hasura has GraphQL, but you can write custom SQL, and Prisma is an ORM based on GraphQL. This is what FalkorDB needs is an API layer that can translate to Cyper. It should have configurable security and allow nested mutation, queries, etc. This is what RedisGraph was missing IMHO. openCypher is no where near production btw. We need a secure API / ORM. J |
Beta Was this translation helpful? Give feedback.
-
I have used RedisGraph (paper preprint) and found it simple and fast. But there are two main challenges for which I could not yet find good/elegant solutions:
I found that these become very important once the application is productive and starts growing. |
Beta Was this translation helpful? Give feedback.
-
First off Congratulations to you and Roi for making the leap! I would love to see this:
Many thanks for all of your hard work |
Beta Was this translation helpful? Give feedback.
-
A few things I would like to see:
Also, we will definitely need searching, so not sure if RedisSearch would need to be forked or rewritten for this as well. J |
Beta Was this translation helpful? Give feedback.
-
How will the pricing model for FalkorDB work? Is there going to be an open source community version with a base set of features, and a "pro" version with extra features? |
Beta Was this translation helpful? Give feedback.
-
So happy this is happening.
+1 RedisSearch type capability (stemming, etc)
+1 Nested Json in properties (eg maps of objects/arrays etc). It is
admittedly an edge-case in my particular use-case, but having the
ability to store, query and search nested json on the node properties
would simplify my code considerably.
So, kind of RedisJson + RedisSearch + RedisGraph. ;-)
FWIW: Java: I am using the RedisGraph client of Vertx via the Reactive
Redis client in Quarkus.
Thanks again,
Murray
|
Beta Was this translation helpful? Give feedback.
-
Support graph algorithms. Very important for analytics. |
Beta Was this translation helpful? Give feedback.
-
Collected the great feedback on this thread to a poll - https://github.com/orgs/FalkorDB/discussions/17 |
Beta Was this translation helpful? Give feedback.
-
Cool, excited to see where this goes. Sharing a few thoughts:
Best of luck to you guys! |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
Welcome to FalkorDB's Discussions, you can find it's main repo here: https://github.com/FalkorDB/FalkorDB
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions