terraphim / atomic-server

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

Home Page:https://atomicserver.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

  • πŸš€ 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 and forms. All verified and sharable using Atomic Schema
  • πŸ“„ Documents, collaborative, rich text, similar to Google Docs / Notion.
  • βš™οΈ Restful API, with JSON-AD responses.
  • πŸ—„οΈ Tables, with strict schema validation, keyboard support, copy / paste support. Similar to Airtable.
  • πŸ’¬ Group chat,
  • πŸ’Ύ Event-sourced versioning / history powered by Atomic Commits
  • πŸ”„ Synchronization using websockets: communicates state changes with a client.
  • 🌐 Embedded server with support for HTTP / HTTPS / HTTP2.0 and Built-in LetsEncrypt handshake.
  • 🧰 Many serialization options: to JSON, JSON-AD, and various Linked Data / RDF formats (RDF/XML, N-Triples / Turtle / JSON-LD).
  • πŸ”Ž Full-text search with fuzzy search and various operators, often <3ms responses. Powered by tantivy.
  • πŸ“– 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
  • πŸ“‚ File management: Upload, download and preview attachments.
  • πŸ–₯️ Desktop app: Easy desktop installation, with status bar icon, powered by tauri.
  • πŸ“š Libraries: Javascript / Typescript, React, Svelte

Powered by Rust, atomic-lib and more.

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.

https://atomicserver.eu

License:MIT License


Languages

Language:TypeScript 64.7%Language:Rust 33.5%Language:HTML 0.5%Language:JavaScript 0.5%Language:CSS 0.4%Language:Earthly 0.3%Language:MDX 0.1%