attic-labs / noms

The versioned, forkable, syncable database
Apache License 2.0
7.45k stars 267 forks source link

Roadmap #3847

Closed kschwidder closed 5 years ago

kschwidder commented 5 years ago

Noms is a promising approach to solve several topics. Looking at the contributions it seems that noms is stalling. Is that right or is noms increasing on delivering a roadmap.

aboodman commented 5 years ago

Noms is stalled for now. I expect development to pick up somewhat in the new year.

aboodman commented 5 years ago

(and thanks, btw -- would love to hear what problems you are looking at and help to the extent possible).

aboodman commented 5 years ago

I've updated https://github.com/attic-labs/noms/blob/master/README.md#status to try and make this more clear.

kschwidder commented 5 years ago

Thx for your comments ! I am working in the EAM world and would like to build a ground braking approach similar to git. The base idea is about documents and relationships. Documents are immutable and versioned to see the history of changes. Relationships are building a graph representation and it should be possible to create branches of a sub graph with all associated documents. Branches could be changed etc. and merged back into the main database. Therefore the norm approach seems to fit for it :-) While using grahql as the query engine a headless environment with decentralized databases would fit perfectly. Is that worth to do so with norm ? Kind regards