Joep Meindertsma

Results 420 issues of Joep Meindertsma

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...

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...