TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

RedisGraph: A High Performance In-Memory Graph Database as a Redis Module

237 pointsby wllabout 7 years ago

9 comments

antirezabout 7 years ago
A week ago while in Tel Aviv I talked with my colleague which is the lead developer of RedisGraph. He will be in San Francisco at Redis Conf with us and will release exiting news about RedisGraph, currently the development is very active.
shaolincoderabout 7 years ago
Graph on Redis is cool and I get that hexastore is the way to go. Its very different from the Neo4J like graphs where the nodes and edges have properties. Hexastore is more based on the W3C RDF model. What confuses me is then why not have SPARQL as the query language?
评论 #16611074 未加载
Belphemurabout 7 years ago
This is great !<p>I&#x27;m curious how does it perform in comparison of neo4j. Especially in memory usage.
评论 #16609928 未加载
评论 #16611266 未加载
评论 #16611203 未加载
deadwisdomabout 7 years ago
Oh man. This is my idea of nirvana. Basically done with any other data-store except maybe for full-text search.
评论 #16609907 未加载
评论 #16610070 未加载
评论 #16609972 未加载
kuwzeabout 7 years ago
I believe SAP has had this for a while[0] (but they are columnar while Redis is key-value).<p>[0]: <a href="http:&#x2F;&#x2F;www.ziti.uni-heidelberg.de&#x2F;ziti&#x2F;uploads&#x2F;ce_group&#x2F;2015-PELGA.pdf" rel="nofollow">http:&#x2F;&#x2F;www.ziti.uni-heidelberg.de&#x2F;ziti&#x2F;uploads&#x2F;ce_group&#x2F;2015...</a>
评论 #16610612 未加载
antplsabout 7 years ago
Looks good! Two questions come to my mind :<p>- Is it possible to embed RedisGraph inside an Android application ?<p>- Given it is memory only, is it possible to &quot;dump&quot; the graph to local storage then restore it to memory later ?<p>Another question, more general : Given an X-only application (X being memory or disk), it is possible to emulate the API on top on the other, for example filesystem-in-memory and memory-on-disk (basically, swap I guess). Would you rather build an application using exclusively a Filesystem API, or exclusively a Memory-oriented API ?<p>Best Regards
评论 #16614337 未加载
评论 #16614028 未加载
评论 #16616212 未加载
jazoomabout 7 years ago
&gt;RediSearch has a distributed cluster version that can scale to billions of documents and hundreds of servers. However, it is only available as part of Redis Labs Enterprise.
emehrkayabout 7 years ago
This is really cool. I wrote something similar with Python (it was slow ha) as an exercise to learn Redis a few years back. I used Gremlin&#x2F;Groovy as an inspiration for the query lang, not Cypher as this project does. <a href="https:&#x2F;&#x2F;github.com&#x2F;emehrkay&#x2F;rgp" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;emehrkay&#x2F;rgp</a>
weyland108about 7 years ago
Would this work if I wanted to store the graph forever we generally use redis as memcache to store data with expectation that it will gone at any point in time.
评论 #16611060 未加载
评论 #16610067 未加载