-
Updated
Feb 11, 2022 - Java
in-memory-database
Here are 141 public repositories matching this topic...
The OpenMLDB project is a community-driven project, thus we welcome all kinds of contribution from the community. We have started an OpenMLDB Contributor Program, which provides rewards to encourage you to join our community.
Here is the explanation about this program (we also provide a Chinese version here):
- We have listed issues that are suitable
Note sure if it could be interesting but:
When registering a table:
addr: 0.0.0.0:8084
tables:
- name: "example"
uri: "/data/"
option:
format: "parquet"
use_memory_table: false
add in options:
glob
pattern: "file_typev1*.parquet"
or regexp
pattern: "\wfile_type\wv1\w*.parquet"
It would allow selecting in uri's with different exte
Now that we support more than 1 data type, we should include the values data type in cache nodes. This give us a way of easily identifying what type of data a key points to e.g. string, queue (and more types in the future)
Currently a cache node object consists of a Key, a Value and a TTL. We should also add a field specifying the type of the Value
-
Updated
Feb 11, 2022 - C++
-
Updated
May 15, 2021 - C#
-
Updated
Feb 11, 2022 - Java
We don't want to build releases on any tags, just for releases
-
Updated
Sep 26, 2020 - TypeScript
-
Updated
Oct 18, 2019 - C++
-
Updated
May 15, 2017
-
Updated
Dec 11, 2021 - JavaScript
-
Updated
Jul 12, 2021 - Pony
-
Updated
Apr 19, 2020 - Clojure
-
Updated
Feb 2, 2020 - TSQL
-
Updated
Oct 4, 2019 - Dockerfile
-
Updated
Feb 11, 2022 - Java
-
Updated
Nov 8, 2021 - Java
-
Updated
Oct 1, 2018 - Java
-
Updated
Aug 21, 2018 - JavaScript
-
Updated
Nov 25, 2018 - Erlang
-
Updated
Apr 7, 2021 - JavaScript
-
Updated
Aug 6, 2021 - C#
-
Updated
Jan 21, 2022 - Java
-
Updated
May 1, 2018 - C#
-
Updated
Apr 19, 2021 - Java
-
Updated
Feb 11, 2022 - Clojure
-
Updated
May 13, 2021 - C++
Improve this page
Add a description, image, and links to the in-memory-database topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the in-memory-database topic, visit your repo's landing page and select "manage topics."
Currently we don't have any mechanism to limit the maximum number of clients that could be handled simultaneously.
This feature should be designed properly. Here is some clue: https://redis.io/topics/clients#maximum-number-of-clients