From 04cbbe8204ac815aacf21099012077b0b22be0c8 Mon Sep 17 00:00:00 2001 From: Ziyang Hu Date: Tue, 25 Oct 2022 19:25:49 +0800 Subject: [PATCH] docs --- IN_PROG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/IN_PROG.md b/IN_PROG.md index d6fe74d1..7786c606 100644 --- a/IN_PROG.md +++ b/IN_PROG.md @@ -88,6 +88,7 @@ In the near term, before we reach version 1.0: Further down the road: * More tuning options +* Streaming/reactive data * Extension system * The core of Cozo should be kept small at all times. Additional functionalities should be in extensions for the user to choose from. * What can be extended: datatypes, functions, aggregations, and fixed algorithms.