Earlier quoted context omitted.
Yes, we credited bup in various places, such as the design overview: https://github.com/attic-labs/noms/blob/master/doc/intro.md We were also heavily influenced by camlistore (which I hacked on for awhile), irmin, ipfs, and others who have done a lot of interesting work in this space. We do use rolling checksums, but I think we have done some novel work here: https://github.com/attic-labs/noms/blob/master/doc/intro.m…
FYI, the "HTTP protocol" link[1] in the intro page above is broken. PS: I love the name "Prolly Tree". [1] " rel="nofollow">https://github.com/attic-labs/noms/blob/master/datas/databas...
Show HN: Noms – A new decentralized database based on ideas from Git
21–30 of 180 posts
Re: Show HN: Noms – A new decentralized database based on ideas from Git
#22Hi all. I'm one of the creators of Noms. Happy to answer any questions!
does noms understand sql and can it do joins?
Re: Show HN: Noms – A new decentralized database based on ideas from Git
#23This looks really exciting, congrats to the team for launching! Could you tell us a bit about how this compares to dat? http://dat-data.com/
https://github.com/ssbc/secure-scuttlebutt https://github.com/mafintosh/hyperlog
These are all super modular so fishing around in their dependency graphs should lead you to a whole bunch of really interesting projects :)
Re: Show HN: Noms – A new decentralized database based on ideas from Git
#24A coworker and I have often talked about doing a git-based database but for far different reasons, and we've run into problems largely with querying data and having large amounts of reads happening concurrently. I'm curious to see how this will (hopefully) be eventually handled.
Re: Show HN: Noms – A new decentralized database based on ideas from Git
#25Here's a relevant (albeit 4-year-old) StackExchange thread, "Is there a Git for data?": http://opendata.stackexchange.com/questions/748/is-there-a-g...
But there's also - https://github.com/mirage/irmin
Re: Show HN: Noms – A new decentralized database based on ideas from Git
#26Re: Show HN: Noms – A new decentralized database based on ideas from Git
#27Re: Show HN: Noms – A new decentralized database based on ideas from Git
#28Earlier quoted context omitted.
Are you aware of https://github.com/bup/bup ? It's a git file format based backup incremental backup tool. Do you also use rolling checksums (like bup) to prevent re-storing data when only a few bytes have changed? --> What are the major use cases you imagine for noms? I've read the section on Github, but can you give some specific examples that you see as good use cases?
Yes, we credited bup in various places, such as the design overview: https://github.com/attic-labs/noms/blob/master/doc/intro.md We were also heavily influenced by camlistore (which I hacked on for awhile), irmin, ipfs, and others who have done a lot of interesting work in this space. We do use rolling checksums, but I think we have done some novel work here: https://github.com/attic-labs/noms/blob/master/doc/intro.m…
Do you have any mechanisms for securing integrity, specifically repairing the store in case of inconsistencies?
Is there any plans to support any data retention policy/functionality?
Re: Show HN: Noms – A new decentralized database based on ideas from Git
#29Hi all. I'm one of the creators of Noms. Happy to answer any questions!
does noms understand sql and can it do joins?