mbravenboer
- Karma
- 32
- Created
- February 19, 2009 (17y ago)
- Submissions
- 0
VP of Engineering at RelationalAI (RAI). RAI is building a relational knowledge graph management system. Our system is implemented in Julia!
See https://docs.relational.ai/ and https://twitter.com/RelationalAI
Yeah, though I'm not a laywer and I have not personally studied the Tokutek patent in detail. I did consult at some point on this with somebody experienced in database-related software patents, but please do not take…
Be-trees were invented in 2003, predating the Tokutek patent: see citation [1] in http://supertech.csail.mit.edu/papers/BenderFaJa15.pdf . I think Tokutek was originally not aware of Be-trees and only later discovered…
Stay tuned for that :). RelationalAI is developed as a multi-tenant service that has a pay-as-you-go model. This should make it possible for everybody to use the product. I expect we will have some free tier options…
Thanks, nice to hear! With triples you need to reify hyper edges into nodes (a relation is just a hyper edge). This can lead to pretty awkward models, for example for temporal data. Most graph databases (eg Neo4J) have…
(disclaimer: I am VP of Engineering at RelationalAI where we are building a graph database that uses the relational model) Thanks, this is a great question with many technical, social, and commercial aspects to it.…
At RelationalAI we use Julia. We're building a system that deeply merges a relational database management system and machine learning. The system is essentially entirely in Julia and currently is about 85K lines of…
Thanks for pointing this out. We also support the IAPF. The images they regularly post on their Facebook account are really shocking and sad. The current rate at which these large animals are killed is frightening. We…
Datomic has a very simple concurrency model that makes a sophisticated distributed B-tree like this unnecessary. Minuet carefully manages concurrent access to the data, through snapshots and keeping track of read/write…