From da0e6ea21fc9cdba16bb2c5df15ad4a013b65471 Mon Sep 17 00:00:00 2001 From: Swilder-M Date: Mon, 22 Mar 2021 15:51:39 +0800 Subject: [PATCH] Add HStreamDB --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4d13add..956a9ec 100644 --- a/README.md +++ b/README.md @@ -77,3 +77,7 @@ A curated list of amazingly awesome database libraries, resources and shiny thin ## Research Papers * [db-readings](https://github.com/rxin/db-readings) - A list of papers essential to understanding databases and building new data systems + +## Haskell +* [HStreamDB](https://github.com/hstreamdb/hstream) - The streaming database built for IoT data storage and real-time processing. +