Skip to content

atomicdata-dev/atomic-server

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
December 13, 2023 09:54
December 5, 2023 12:02
cli
December 6, 2023 14:56
December 4, 2023 11:36
December 7, 2023 11:25
lib
December 13, 2023 09:54
December 13, 2023 12:02
December 7, 2023 11:25
December 7, 2023 11:25
April 19, 2023 14:02
December 6, 2023 14:51
December 7, 2023 11:25
August 8, 2020 14:53
December 5, 2023 13:15
April 19, 2023 11:38

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.