Open joepio opened 2 years ago
edit by joepio: added to list
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
@hoijui Interesting, yes, using GitHub as versioning / state management system. JAMSTACK style! I've added it as issue in #97
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:
Commit
resources is difficult, and signing these even more so. Without a library (@tomic/lib for js, or atomic_lib for rust) you're in for a deep dive.Solutions