RedisGraph: a fast, queryable property graph database for Redis
oss.redislabs.com
RedisGraph: a fast, queryable property graph database for Redis
1–10 of 34 posts
Re: RedisGraph: a fast, queryable property graph database for Redis
#2Re: RedisGraph: a fast, queryable property graph database for Redis
#3Re: RedisGraph: a fast, queryable property graph database for Redis
#4I'm pretty uninformed on the subject, but I am interested to hear why an adjacency matrix is chosen over an adjacency list when it is sparse. My basic data structures and algorithms class would lead me to believe that an adjacency list would be better. Is this due to the nature of how the database is constructed?
Re: RedisGraph: a fast, queryable property graph database for Redis
#5I'm pretty uninformed on the subject, but I am interested to hear why an adjacency matrix is chosen over an adjacency list when it is sparse. My basic data structures and algorithms class would lead me to believe that an adjacency list would be better. Is this due to the nature of how the database is constructed?
> ... “But if we can view graphs as linear algebra problems—which have been central to science and engineering applications in high performance computing for decades—then we can immediately apply everything that we’ve learned from parallel supercomputing over the last 35 years to graphs.”
[1] https://news.ycombinator.com/item?id=18099520
[2] https://crd.lbl.gov/news-and-publications/news/2017/graphbla...
Re: RedisGraph: a fast, queryable property graph database for Redis
#6I'm pretty uninformed on the subject, but I am interested to hear why an adjacency matrix is chosen over an adjacency list when it is sparse. My basic data structures and algorithms class would lead me to believe that an adjacency list would be better. Is this due to the nature of how the database is constructed?
Re: RedisGraph: a fast, queryable property graph database for Redis
#7Just a warning that this is one of the modules that's licensed under the controversial "Apache 2.0 with Commons Clause" license.
Re: RedisGraph: a fast, queryable property graph database for Redis
#8Just a warning that this is one of the modules that's licensed under the controversial "Apache 2.0 with Commons Clause" license.
TL;DR: May I create, distribute, offer as SaaS, and/or “sell” my products using Commons Clause licensed components? Yes. Is it open source? No.
Re: RedisGraph: a fast, queryable property graph database for Redis
#9I'm pretty uninformed on the subject, but I am interested to hear why an adjacency matrix is chosen over an adjacency list when it is sparse. My basic data structures and algorithms class would lead me to believe that an adjacency list would be better. Is this due to the nature of how the database is constructed?
Re: RedisGraph: a fast, queryable property graph database for Redis
#10Just a warning that this is one of the modules that's licensed under the controversial "Apache 2.0 with Commons Clause" license.