Create AI generated videos from text with the most advanced AI avatars and voiceovers in 160+ languages. Try our free AI...
Overview
The easiest way to create, share and model linked data.
Atomic Data is a modular specification for modeling and exchanging linked data. It uses links to connect pieces of data, and therefore makes it easier to connect datasets to each other, even when these datasets exist on separate machines. It aims to help realize a more decentralized internet that encourages data ownership and interoperability.
Atomic Data is especially suitable for knowledge graphs, distributed datasets, semantic data, p2p applications, decentralized apps, and data that is meant to be shared. It is designed to be highly extensible, easy to use, and to make the process of domain specific standardization as simple as possible. Check out the docs for more information about Atomic Data.
About this app
You're looking at atomic-data-browser, an open-source client for viewing and editing data. Please add an issue if you encouter problems or have a feature request. Expect bugs and issues, because this stuff is pretty beta.
The back-end of this app is atomic-server, which you can think of as an open source, web-native database. It's running on the cheapest VPS I could find, as the goal is to make atomic-server as lightweight and performant as possible.
This server does not necessarily persist the data that you put in it, so don't use it to store important things.
Things to visit
Run your own server
The easiest way to run an atomic-server is by using Docker:
docker run -p 80:80 -p 443:443 -v atomic-storage:/atomic-storage joepmeneer/atomic-server
...and visit localhost.
Join the community
Atomic Data is open and fully powered by volunteers. We're looking for people who want to help discuss various design challenges and work on implmenentations. If you have any questions, or want to help out, feel free to join our Discord. Sign up to our newsletter if you'd like to get updated.