I’ve recently started following the database technology called FluidDB.
FluidDB is an openly writeable shared database.
Data can be dynamically organised, shared, combined, augmented and searched.
FluidDB is conceptually simple:
Objects represent things
Tags describe data related to an object (and can optionally have a value)
Namespaces organise related tags
Permissions control who can act on what namespace, tag or value
This makes [...]