Skip to content

An open source headless CMS / real-time database. Powerful table editor, full-text search, and SDKs for JS / React / Svelte.

License

Notifications You must be signed in to change notification settings

terraphim/atomic-server

This branch is up to date with atomicdata-dev/atomic-server:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

521ee2b Β· Feb 13, 2025
Oct 7, 2024
Aug 23, 2024
Feb 5, 2025
Oct 7, 2024
Dec 4, 2023
Feb 4, 2025
Feb 13, 2025
Oct 14, 2024
Dec 7, 2023
Aug 23, 2024
Oct 14, 2024
Apr 19, 2023
Aug 21, 2024
Oct 9, 2024
Nov 11, 2024
Aug 21, 2024
Oct 23, 2024
Aug 8, 2020
Feb 19, 2024
Aug 23, 2024
Aug 21, 2024
Apr 19, 2023

Repository files navigation

AtomicServer

crates.io Discord chat MIT licensed github

Create, share, fetch and model Atomic Data! AtomicServer is a lightweight, yet powerful CMS / Graph Database. Demo on atomicdata.dev. Docs on docs.atomicdata.dev

This repo also includes:

Status: alpha. Breaking changes are expected until 1.0.

AtomicServer

  • πŸš€ Fast (less than 1ms median response time on my laptop), powered by actix-web and sled
  • πŸͺΆ Lightweight (8MB download, no runtime dependencies)
  • πŸ’» Runs everywhere (linux, windows, mac, arm)
  • πŸ”§ Custom data models: create your own classes, properties and schemas using the built-in Ontology Editor. All data is verified and the models are sharable using Atomic Schema
  • βš™οΈ Restful API, with JSON-AD responses.
  • πŸ”Ž Full-text search with fuzzy search and various operators, often <3ms responses. Powered by tantivy.
  • πŸ—„οΈ Tables, with strict schema validation, keyboard support, copy / paste support. Similar to Airtable.
  • πŸ“„ Documents, collaborative, rich text, similar to Google Docs / Notion.
  • πŸ’¬ Group chat, performant and flexible message channels with attachments, search and replies.
  • πŸ“‚ File management: Upload, download and preview attachments.
  • πŸ’Ύ Event-sourced versioning / history powered by Atomic Commits
  • πŸ”„ Real-time synchronization: instantly communicates state changes with a client. Build dynamic, collaborative apps using websockets (using a single one-liner in react or svelte).
  • 🧰 Many serialization options: to JSON, JSON-AD, and various Linked Data / RDF formats (RDF/XML, N-Triples / Turtle / JSON-LD).
  • πŸ“– Pagination, sorting and filtering queries using Atomic Collections.
  • πŸ” Authorization (read / write permissions) and Hierarchical structures powered by Atomic Hierarchy
  • πŸ“² Invite and sharing system with Atomic Invites
  • 🌐 Embedded server with support for HTTP / HTTPS / HTTP2.0 (TLS) and Built-in LetsEncrypt handshake.
  • πŸ“š Libraries: Javascript / Typescript, React, Svelte, Rust
Atomic.Data.Screencap.mp4

Documentation

Check out the documentation for installation instructions, API docs, and more.

Contribute

Issues and PRs are welcome! And join our Discord! Read more in the Contributors guide.

About

An open source headless CMS / real-time database. Powerful table editor, full-text search, and SDKs for JS / React / Svelte.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 68.7%
  • Rust 28.2%
  • Svelte 1.2%
  • CSS 0.6%
  • JavaScript 0.5%
  • HTML 0.5%
  • Earthly 0.3%