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

While working on the Server, I wanted to improve performance by bundling multiple Resources in one Response. However, this takes a lot of time for Resources that require server side...

If you use a Property in a Resource, and that property's Datatype later changes (e.g. from `string` to `resourceArray`), several things can break. For starters, I just experienced that `atomic-data-browser`...

# Usecases - Provide information about _where a piece of information came from_. (E.g. see 'reference' https://www.wikidata.org/wiki/Q2766) - Add information about the relationship between two resources. # Approaches ## Leave...

Newer mdbook versions have better PDF export, which I want. But if I set the mdbook-version in the github workflow to 4.11 (same as locally), the [build fails](https://github.com/ontola/atomic-data-docs/actions/runs/1078228092) due to...

Although the current signature [spec](https://docs.atomicdata.dev/commits/concepts.html#calculating-the-signature) + implementations ([server](https://github.com/joepio/atomic/blob/master/lib/src/commit.rs), [client](https://github.com/joepio/atomic-data-browser/blob/main/src/atomic-lib/commit.ts)) works, it is very much custom and not well described. I'm still kind of new to all this crypto stuff, so...

security

I love `git`: it enables cloning a repo, making changes and giving these changes back. That's an incredibly powerful feature to have. Atomic Data already has Commits, and with this...

security

I'd like to turn these: ``` https://atomicdata.dev/path?path=https%3A%2F%2Fatomicdata.dev%2F+https%3A%2F%2Fatomicdata.dev%2FfavMovies https://atomicdata.dev/path?path=https%3A%2F%2Fatomicdata.dev%2Fagents%2F0XzHfi3he5xzUGAEpwg3H5PNlIrpHMrdQRV8oFqU9Fs%3D+name ``` Into something like these: ``` https://atomicdata.dev/_https://atomicdata.dev/favMovies https://atomicdata.dev/agents/0XzHfi3he5xzUGAEpwg3H5PNlIrpHMrdQRV8oFqU9Fs=_name ``` ## Separation character What is the best separation character? Ideally something that rarely...

Currently, there only exists one implementation of an Atomic Data Server. However, in the future, there might be different, and each one might have different features enabled. Most of these...

In the current implementation of `atomic-server` we can find all versions of a resource by visiting the `/all-versions` endpoint. It works pretty well, but it is not discoverable. Also, it...

I've been trying out a couple of one-liner descriptions for atomic data, but I haven't really landed on something that feels entirely right. - The easiest way to create, share...