From 814f03198ac53e4ff755f50eb0f4812204c1ef92 Mon Sep 17 00:00:00 2001 From: Ruchir Khaitan Date: Thu, 27 Aug 2020 10:22:41 -0400 Subject: [PATCH] Add Materialize --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 980a587..0cb6806 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,7 @@ See also [Rust — Production](https://www.rust-lang.org/production) organizatio ### Database * [indradb](https://crates.io/crates/indradb) — Rust based graph database [](https://travis-ci.org/indradb/indradb) +* [Materialize](https://github.com/MaterializeInc/materialize) - Streaming SQL database powered by Timely Dataflow :heavy_dollar_sign: [![Build status](https://badge.buildkite.com/97d6604e015bf633d1c2a12d166bb46f3b43a927d3952c999a.svg?branch=main)](https://buildkite.com/materialize/tests) * [noria](https://crates.io/crates/noria) — Dynamically changing, partially-stateful data-flow for web application backends [](https://travis-ci.org/mit-pdos/noria) * [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) * [ParityDB](https://github.com/paritytech/parity-db) — Fast and reliable database, optimised for read operation