Atomic Data provides a specification for creating, sharing, and modeling linked data. It is designed to make data self-describing and machine-readable, combining the best aspects of JSON, RDF, and GraphQL. This approach helps build applications that can seamlessly work together, ensuring data interoperability and consistency.
The system is built around a few core concepts that provide significant advantages over traditional APIs. Key features include:
services:
atomic-server:
image: joepio/atomic-server:latest
container_name: atomic-server
restart: unless-stopped
ports:
- "80:80"
- "443:443"
environment:
- ATOMIC_DOMAIN=localhost
- ATOMIC_EMAIL=${ATOMIC_EMAIL}
volumes:
- ./data:/atomic-storage
ATOMIC_EMAIL=admin@example.com
Auto-fetched about 23 hours ago
Auto-fetched about 23 hours ago