Atomic Server

Knowledge graph database with documents (similar to Notion), tables, search, and a powerful linked data API. Lightweight, very fast and no runtime dependencies.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  atomic-server:
    image: joepmeneer/atomic-server
    ports:
      - 80:80
      - 443:443
    volumes:
      - ./atomic-storage:/atomic-storage
    restart: always

Resources

Website: https://atomicserver.eu/

GitHub: https://github.com/atomicdata-dev/atomic-server

Docker Hub: https://hub.docker.com/r/joepmeneer/atomic-server

Configuration: https://docs.atomicdata.dev/atomicserver/installation