Asami: Datomic-Like Graph Database
github.com
Asami: Datomic-Like Graph Database
1–9 of 9 posts
Re: Asami: Datomic-Like Graph Database
#2Any guidance on wire protocol (BOLT, TinkerPop, some custom HTTP, ...?) + early users? Guessing ThreatGrid..
Re: Asami: Datomic-Like Graph Database
#3Re: Asami: Datomic-Like Graph Database
#4With datomic you get fleixble schema but at a high cost IMO.
Re: Asami: Datomic-Like Graph Database
#5For CRUD stuff I have found datomic to be hard to maintain if your domain demands lots of attributes (even if trying to be as generic as possible), you need discipline (good docs) and lots of application code for checks and to force constraints. In sql/rdbms world you have all the atrributes nicely organized(within tables) with good check/constraints available at hand (waits for easy vs simple comment). With datomic…
Re: Asami: Datomic-Like Graph Database
#6For CRUD stuff I have found datomic to be hard to maintain if your domain demands lots of attributes (even if trying to be as generic as possible), you need discipline (good docs) and lots of application code for checks and to force constraints. In sql/rdbms world you have all the atrributes nicely organized(within tables) with good check/constraints available at hand (waits for easy vs simple comment). With datomic…
You could say the same thing about mongo or any other nosql document-db...
Re: Asami: Datomic-Like Graph Database
#7For CRUD stuff I have found datomic to be hard to maintain if your domain demands lots of attributes (even if trying to be as generic as possible), you need discipline (good docs) and lots of application code for checks and to force constraints. In sql/rdbms world you have all the atrributes nicely organized(within tables) with good check/constraints available at hand (waits for easy vs simple comment). With datomic…
> you get fleixble schema but at a high cost You could say the same thing about mongo or any other nosql document-db...
Re: Asami: Datomic-Like Graph Database
#8Re: Asami: Datomic-Like Graph Database
#9Is the name in honor of Asami Sato? Because I approve.