atomicdata-dev / atomic-data-docs

Atomic Data is a specification to make it easier to exchange data.
https://docs.atomicdata.dev
MIT License
17 stars 7 forks source link

Making it easier to create Atomic Data #95

Open joepio opened 2 years ago

joepio commented 2 years ago

Creating Atomic Data is easy to do if you use the tools I've built, but if you want to implement (part of) the spec yourself theres quite a bit of challenges to overcome:

Solutions

jonassmedegaard commented 2 years ago

edit by joepio: added to list

hoijui commented 2 years ago

This is a bit over my head still, but if I think of how I'd like to use AD with as little effort as possible, I think: I host my JSON-LD serialized AD data in a github script, and on each commit (that changes the data file) I send it to some API on atomicdata.dev with curl or wget, where it gets hosted. I then optionally direct a PURL for my ontology to the URL where atomicdata.dev serves my data. ahhhh ... This workflow would be for my ontology. I guess you are rather talking about the data, right? :D

joepio commented 2 years ago

@hoijui Interesting, yes, using GitHub as versioning / state management system. JAMSTACK style! I've added it as issue in #97