From 660f94a29ef2e7cd24bf69fba01c7f3d530e96d8 Mon Sep 17 00:00:00 2001 From: Joep Meindertsma Date: Mon, 9 Jan 2023 16:47:40 +0100 Subject: [PATCH 1/3] Add `Atomic-Server` to `Databases` --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0de5ea5..a3942a9 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,9 @@ See also [Rust — Production](https://www.rust-lang.org/production) organizatio ### Database -* [Databend](https://github.com/datafuselabs/databend) - A Modern Real-Time Data Processing & Analytics DBMS with Cloud-Native Architecture [![Release](https://github.com/datafuselabs/databend/actions/workflows/databend-release.yml/badge.svg)](https://github.com/datafuselabs/databend/actions/workflows/databend-release.yml) +* [Atomic-Server)(https://github.com/atomicdata-dev/atomic-data-rust/) - NoSQL graph database with realtime updates, dynamic indexing and easy-to-use GUI for CMS purposes. +* [Databend](https:/ +* /github.com/datafuselabs/databend) - A Modern Real-Time Data Processing & Analytics DBMS with Cloud-Native Architecture [![Release](https://github.com/datafuselabs/databend/actions/workflows/databend-release.yml/badge.svg)](https://github.com/datafuselabs/databend/actions/workflows/databend-release.yml) * [DB3 Network](https://github.com/dbpunk-labs/db3) — DB3 is a community-driven blockchain layer2 decentralized database network ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/dbpunk-labs/db3/ci.yml?branch=main&style=flat-square) * [indradb](https://crates.io/crates/indradb) — Rust based graph database [![build badge](https://api.travis-ci.org/indradb/indradb.svg?branch=master)](https://travis-ci.org/indradb/indradb) * [Lucid](https://github.com/lucid-kv/lucid) — High performance and distributed KV store accessible through a HTTP API. [![Build Status](https://github.com/lucid-kv/lucid/workflows/Lucid/badge.svg?branch=master)](https://github.com/lucid-kv/lucid/actions?workflow=Lucid) From c4a907e37838fc58771a2e368ab498f280b5eb01 Mon Sep 17 00:00:00 2001 From: Joep Meindertsma Date: Mon, 9 Jan 2023 16:49:07 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a3942a9..2563bea 100644 --- a/README.md +++ b/README.md @@ -199,8 +199,7 @@ See also [Rust — Production](https://www.rust-lang.org/production) organizatio ### Database * [Atomic-Server)(https://github.com/atomicdata-dev/atomic-data-rust/) - NoSQL graph database with realtime updates, dynamic indexing and easy-to-use GUI for CMS purposes. -* [Databend](https:/ -* /github.com/datafuselabs/databend) - A Modern Real-Time Data Processing & Analytics DBMS with Cloud-Native Architecture [![Release](https://github.com/datafuselabs/databend/actions/workflows/databend-release.yml/badge.svg)](https://github.com/datafuselabs/databend/actions/workflows/databend-release.yml) +* [Databend](https://github.com/datafuselabs/databend) - A Modern Real-Time Data Processing & Analytics DBMS with Cloud-Native Architecture [![Release](https://github.com/datafuselabs/databend/actions/workflows/databend-release.yml/badge.svg)](https://github.com/datafuselabs/databend/actions/workflows/databend-release.yml) * [DB3 Network](https://github.com/dbpunk-labs/db3) — DB3 is a community-driven blockchain layer2 decentralized database network ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/dbpunk-labs/db3/ci.yml?branch=main&style=flat-square) * [indradb](https://crates.io/crates/indradb) — Rust based graph database [![build badge](https://api.travis-ci.org/indradb/indradb.svg?branch=master)](https://travis-ci.org/indradb/indradb) * [Lucid](https://github.com/lucid-kv/lucid) — High performance and distributed KV store accessible through a HTTP API. [![Build Status](https://github.com/lucid-kv/lucid/workflows/Lucid/badge.svg?branch=master)](https://github.com/lucid-kv/lucid/actions?workflow=Lucid) From a2e4693c2d683275bc9b6a5da4916be63b437494 Mon Sep 17 00:00:00 2001 From: Joep Meindertsma Date: Mon, 9 Jan 2023 16:56:30 +0100 Subject: [PATCH 3/3] Add build badge atomic-server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2563bea..eeef09b 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ See also [Rust — Production](https://www.rust-lang.org/production) organizatio ### Database -* [Atomic-Server)(https://github.com/atomicdata-dev/atomic-data-rust/) - NoSQL graph database with realtime updates, dynamic indexing and easy-to-use GUI for CMS purposes. +* [Atomic-Server](https://github.com/atomicdata-dev/atomic-data-rust/) [[atomic-server](https://crates.io/crates/atomic_server)] - NoSQL graph database with realtime updates, dynamic indexing and easy-to-use GUI for CMS purposes. [![Release](https://github.com/atomicdata-dev/atomic-data-rust/actions/workflows/docker.yml/badge.svg)](https://github.com/atomicdata-dev/atomic-data-rust/actions/workflows/docker.yml) * [Databend](https://github.com/datafuselabs/databend) - A Modern Real-Time Data Processing & Analytics DBMS with Cloud-Native Architecture [![Release](https://github.com/datafuselabs/databend/actions/workflows/databend-release.yml/badge.svg)](https://github.com/datafuselabs/databend/actions/workflows/databend-release.yml) * [DB3 Network](https://github.com/dbpunk-labs/db3) — DB3 is a community-driven blockchain layer2 decentralized database network ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/dbpunk-labs/db3/ci.yml?branch=main&style=flat-square) * [indradb](https://crates.io/crates/indradb) — Rust based graph database [![build badge](https://api.travis-ci.org/indradb/indradb.svg?branch=master)](https://travis-ci.org/indradb/indradb)