Noms – A versioned, forkable, syncable database
21–30 of 107 posts
Re: Noms – A versioned, forkable, syncable database
#22Re: Noms – A versioned, forkable, syncable database
#23How is it that you have 2 reference implementations, written in 2 different cross platform environments, yet there is no support for Windows? Why would I use this if I can't use it everywhere?
Re: Noms – A versioned, forkable, syncable database
#24How is it that you have 2 reference implementations, written in 2 different cross platform environments, yet there is no support for Windows? Why would I use this if I can't use it everywhere?
Also, supporting Windows is often a pain in the ass compared to Linux/Mac. I don't fault them for not supporting it officially, especially in the project's life.
Re: Noms – A versioned, forkable, syncable database
#25Their logo is a squirrel giving an invisible blowjob
Re: Noms – A versioned, forkable, syncable database
#26Their logo is a squirrel giving an invisible blowjob
Re: Noms – A versioned, forkable, syncable database
#27Very interesting, I think we need a git for data. What is the performance of diffs and merges? What data size does it become too slow?
One way to think of Noms is that is an index optimized for computing diffs.
Here's a screencast that shows off Noms diffing things fast: https://www.youtube.com/watch?v=Zeg9CY3BMes
Re: Noms – A versioned, forkable, syncable database
#28Their logo is a squirrel giving an invisible blowjob
Re: Noms – A versioned, forkable, syncable database
#29Earlier quoted context omitted.
If by "Git for data" you mean accumulate-only (or append-only), immutable data stores... There are already many existing solutions. It's always good to see alternatives, though!
Can you point me at some? Because I've tried a few immutable data stores and been disappointed every time. Given about 10 GB of JSON structures, I keep finding things that can't outperform the boring combo of: * Convert the versioned data to tab-separated values * COPY it into Postgres every time * Hope Postgres can act immutable enough even though it wasn't designed to be The closest I've come to improving this situ…
Re: Noms – A versioned, forkable, syncable database
#30Their logo is a squirrel giving an invisible blowjob