Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atomicdata-dev/atomic-server
An open source headless CMS / real-time database. Powerful table editor, full-text search, and SDKs for JS / React / Svelte.
https://github.com/atomicdata-dev/atomic-server
actix atomic-data cli database library linked-data rdf rust server sled
Last synced: 3 months ago
JSON representation
An open source headless CMS / real-time database. Powerful table editor, full-text search, and SDKs for JS / React / Svelte.
- Host: GitHub
- URL: https://github.com/atomicdata-dev/atomic-server
- Owner: atomicdata-dev
- License: mit
- Created: 2020-07-04T21:14:03.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-31T13:29:21.000Z (5 months ago)
- Last Synced: 2024-05-31T15:48:13.163Z (5 months ago)
- Topics: actix, atomic-data, cli, database, library, linked-data, rdf, rust, server, sled
- Language: TypeScript
- Homepage: https://atomicserver.eu
- Size: 25.1 MB
- Stars: 834
- Watchers: 10
- Forks: 38
- Open Issues: 289
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - atomicdata-dev/atomic-server - An open source headless CMS / real-time database. Powerful table editor, full-text search, and SDKs for JS / React / Svelte. (library)
README
![AtomicServer](./logo.svg)
[![crates.io](https://img.shields.io/crates/v/atomic-server)](https://crates.io/crates/atomic-server)
[![Discord chat](https://img.shields.io/discord/723588174747533393.svg?logo=discord)](https://discord.gg/a72Rv2P)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![github](https://img.shields.io/github/stars/atomicdata-dev/atomic-server?style=social)](https://github.com/atomicdata-dev/atomic-server)**Create, share, fetch and model [Atomic Data](https://docs.atomicdata.dev)!
AtomicServer is a lightweight, yet powerful CMS / Graph Database.
Demo on [atomicdata.dev](https://atomicdata.dev).
Docs on [docs.atomicdata.dev](https://docs.atomicdata.dev/atomic-data-overview)**This repo also includes:
- [Atomic Data Browser](/browser/data-browser/README.md), the React front-end for Atomic-Server.
- [`@tomic/lib`](/browser/lib/README.md) JS NPM library.
- [`@tomic/react`](/browser/react/README.md) React NPM library.
- [`@tomic/svelte`](/browser/svelte/README.md) Svelte NPM library.
- [`atomic_lib`](lib/README.md) Rust library.
- [`atomic-cli`](cli/README.md) terminal client.
- [`docs`](docs/README.md) documentation / specification for Atomic Data ([docs.atomicdata.dev](https://docs.atomicdata.dev))._Status: alpha. [Breaking changes](CHANGELOG.md) are expected until 1.0._
## AtomicServer
- ð **Fast** (less than 1ms median response time on my laptop), powered by [actix-web](https://github.com/actix/actix-web) and [sled](https://github.com/spacejam/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](https://docs.atomicdata.dev/schema/intro.html)
- âïļ **Restful API**, with [JSON-AD](https://docs.atomicdata.dev/core/json-ad.html) responses.
- ð **Full-text search** with fuzzy search and various operators, often <3ms responses. Powered by [tantivy](https://github.com/quickwit-inc/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](https://docs.atomicdata.dev/commits/intro.html)
- ð **Real-time synchronization**: instantly communicates state changes with a client. Build dynamic, collaborative apps using [websockets](https://docs.atomicdata.dev/websockets) (using a [single one-liner in react](https://docs.atomicdata.dev/usecases/react) or [svelte](https://docs.atomicdata.dev/svelte)).
- 𧰠**Many serialization options**: to JSON, [JSON-AD](https://docs.atomicdata.dev/core/json-ad.html), and various Linked Data / RDF formats (RDF/XML, N-Triples / Turtle / JSON-LD).
- ð **Pagination, sorting and filtering** queries using [Atomic Collections](https://docs.atomicdata.dev/schema/collections.html).
- ð **Authorization** (read / write permissions) and Hierarchical structures powered by [Atomic Hierarchy](https://docs.atomicdata.dev/hierarchy.html)
- ðē **Invite and sharing system** with [Atomic Invites](https://docs.atomicdata.dev/invitations.html)
- ð **Embedded server** with support for HTTP / HTTPS / HTTP2.0 (TLS) and Built-in LetsEncrypt handshake.
- ð **Libraries**: [Javascript / Typescript](https://www.npmjs.com/package/@tomic/lib), [React](https://www.npmjs.com/package/@tomic/react), [Svelte](https://www.npmjs.com/package/@tomic/svelte), [Rust](https://crates.io/crates/atomic-lib)https://user-images.githubusercontent.com/2183313/139728539-d69b899f-6f9b-44cb-a1b7-bbab68beac0c.mp4
## Documentation
Check out the [documentation] for installation instructions, API docs, and more.
## Contribute
Issues and PRs are welcome!
And join our [Discord][discord-url]!
[Read more in the Contributors guide.](CONTRIBUTING.md)[documentation]:https://docs.atomicdata.dev/atomicserver/installation
[discord-badge]: https://img.shields.io/discord/723588174747533393.svg?logo=discord
[discord-url]: https://discord.gg/a72Rv2P