happydpc / atomic-data-rust

Create, share, fetch and model Atomic Data! This project consists of a graph database + server, a CLI and a rust library.

Home Page:https://atomicdata.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atomic data rust logo

Discord chat MIT licensed github

Create, share, fetch and model Atomic Data! This repo consists of three components: A library, a server and a CLI.

crates.io

Status: Beta. Breaking changes are expected until 1.0.

The easiest way to share Atomic Data on the web. atomic-server is a graph database server for storing and sharing typed linked data. Demo on atomicdata.dev

  • βš›οΈ Dynamic schema validation / type checking using Atomic Schema. Combines safety of structured data with the
  • πŸš€ Fast (1ms responses on my laptop)
  • πŸͺΆ Lightweight (15MB binary, no runtime dependencies)
  • πŸ’» Runs everywhere (linux, windows, mac, arm)
  • 🌐 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
  • 🧰 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.
  • πŸ“– Pagination, sorting and filtering 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.

Powered by Rust, atomic-lib, actix-web, sled, tantivy and more.

β†’ Read more

Atomic.Data.Screencap.mp4

crates.io

A simple Command Line Interface tool to fetch, create and query Atomic Data. Especially useful for interacting with an atomic-server.

β†’ Read more

crates.io Released API docs

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

Contribute

Issues and PR's are welcome! And join our Discord! Read more.

About

Create, share, fetch and model Atomic Data! This project consists of a graph database + server, a CLI and a rust library.

https://atomicdata.dev

License:MIT License


Languages

Language:Rust 96.9%Language:HTML 2.7%Language:Shell 0.4%