atomic-server
atomic-server copied to clipboard
An open source headless CMS / real-time database. Powerful table editor, full-text search, and SDKs for JS / React / Svelte.
Create, share, fetch and model Atomic Data! This repo consists of three components: A library, a server and a CLI.
atomic-server
Status: Beta. Breaking changes are expected until 1.0.
Atomic-server is a graph database server for storing and sharing Atomic Data. Demo on atomicdata.dev
- ð Fast (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)
- âïļ Dynamic schema validation / type checking using Atomic Schema.
- ð Embedded server with support for HTTP / HTTPS / HTTP2.0 and Built-in LetsEncrypt handshake.
- ðïļ Browser GUI included powered by atomic-data-browser. Features dynamic forms, tables, authentication, theming and more.
- ðū Event-sourced versioning / history powered by Atomic Commits
- ð Synchronization using websockets: communicates state changes with a client.
- 𧰠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.
Powered by Rust, atomic-lib and more. â Read more
https://user-images.githubusercontent.com/2183313/139728539-d69b899f-6f9b-44cb-a1b7-bbab68beac0c.mp4
atomic-cli
A simple Command Line Interface tool to fetch, create and query Atomic Data.
Especially useful for interacting with an atomic-server
.
â Read more
atomic-lib
A Rust library to serialize, parse, store, convert, validate, edit, fetch and store Atomic Data.
Powers both atomic-cli
and atomic-server
.
â Read more
Also check out
- Atomic-Data-Browser, an in-browser app for viewing and editing atomic data. Also contains a typescript / react front-end library. Will replace most of the html templating in this project.
- Atomic-Data-Docs, a book containing detailed documentation of Atomic Data.
- RayCast extension for searching stuff
- Click here to sign up to the Atomic Data Newsletter
- The Atomic Data Docs
Contribute
Issues and PR's are welcome! And join our Discord! Read more in the Contributors guide.