atomic-data-docs icon indicating copy to clipboard operation
atomic-data-docs copied to clipboard

Atomic Data is a specification to make it easier to exchange data.

Results 100 atomic-data-docs issues
Sort by recently updated
recently updated
newest added

Currenlty, I've implemented hierarchy based authorization. It works pretty well, but as an admin, I still can't see _everything_ on the server that I manage. I'm not entirely sure whether...

security

I want to be able to: - Receive notifications when important things happen (such as someone replies to a message of mine) - Follow / unfollow certain feeds - View...

IPFS (or other content-addressing protocols) is a very interesting technology, especially for linked data, as it helps make static resources highly available. Atomic Data Properties are examples of where this...

Drives are top-level nodes in the Hierarchy that you can think of as a hard drive (hence the name). It's a thing that contains other things. In atomic, Drives must...

The #23 Invites model allows for granting some Agent read or write rights to an _existing_ resource. But what if you want to invite people to create something _new_? One...

Resources move, change and get deleted. This can be problematic when people depend on these Resources. Atomic Data is largely designed to re-use external content all the time, which means...

JAMstack is a way to manage websites, where you Serve static (HTML) files, probably using a CDN, and re-build these websites automatically when data changes. This helps makes apps fast...

we don't have an `enum` datatype, but users have indicated that they want to constrain inputs to specific sets. I think we should add an optional property to the Property...

While working on authentication and key management #49, I kept bumping into a nasty issue: Signing both requests and commits is not always possible. I need to have a fallback...

Being able to extend the functionality of an Atomic Data Server can be very useful. I've already written quite a bit on plugins, mostly in the `atomic-data-rust` repo in [this...