You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ _Status: Beta. [Status](server/STATUS.md) specifies which features are stable. [
17
17
**Atomic-server is a graph database server for storing and sharing [Atomic Data](https://docs.atomicdata.dev/).
18
18
Demo on [atomicdata.dev](https://atomicdata.dev)**
19
19
20
-
- 🚀 **Fast** (1ms median response time on my laptop), powered by [actix-web](https://github.com/actix/actix-web) and [sled](https://github.com/spacejam/sled)
20
+
- 🚀 **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)
21
21
- 🪶 **Lightweight** (8MB download, no runtime dependencies)
Copy file name to clipboardExpand all lines: server/README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ _Status: alpha. [Breaking changes](../CHANGELOG.md) are expected until 1.0._
11
11
Demo on [atomicdata.dev](https://atomicdata.dev)**
12
12
13
13
<!-- We re-use this table in various places, such as ../README.md and in the docs repo. Consider this the source. -->
14
-
- 🚀 **Fast** (1ms median response time on my laptop), powered by [actix-web](https://github.com/actix/actix-web) and [sled](https://github.com/spacejam/sled)
14
+
- 🚀 **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)
15
15
- 🪶 **Lightweight** (8MB download, no runtime dependencies)
- You want a powerful, lightweight, fast and easy to use **CMS** with editors, modelling capabilities and an intuitive API
68
+
- You want a powerful, lightweight, fast and easy to use **CMS or database** with live updates, editors, modelling capabilities and an intuitive API
69
+
- You want to build a webapplication, and like working with using [React](https://github.com/atomicdata-dev/atomic-data-browser) or [Svelte](https://github.com/atomicdata-dev/atomic-svelte).
68
70
- You want to make (high-value) **datasets as easily accessible as possible**
69
71
- You want to specify and share a **common vocabulary** / ontology / schema for some specific domain or dataset. Example classes [here](https://atomicdata.dev/classes).
70
72
- You want to use and **share linked data**, but don't want to deal with most of [the complexities of RDF](https://docs.atomicdata.dev/interoperability/rdf.html), SPARQL, Triple Stores, Named Graphs and Blank Nodes.
71
73
- You are interested in **re-decentralizing the web** or want want to work with tech that improves data ownership and interoperability.
72
-
- You like living on the edge (this application is not production ready)
73
74
74
75
## When _not_ to use this
75
76
76
-
- If you need **stability**, look further (for now). This is beta sofware and is prone to change.
77
-
- You're dealing with **sensitive / private data**. The authorization mechanisms are relatively new and not rigorously tested.
78
-
-**Complex query requirements**. Check out NEO4j, Apache Jena or maybe TerminusDB.
77
+
- High-throughput **numerical data / numerical analysis**. Atomic-Server does not have aggregate queries.
78
+
- If you need **high stability**, look further (for now). This is beta sofware and can change.
79
+
- You're dealing with **very sensitive / private data**. The built-in authorization mechanisms are relatively new and not rigorously tested. The database itself is not encrypted.
80
+
-**Complex query requirements**. We have queries with filters and features for path traversal, but it may fall short. Check out NEO4j, Apache Jena or maybe TerminusDB.
0 commit comments