Welcome to RayforceDB¶
The "another one" columnar database engineered to optimize your data analytics and storage solutions, ensuring a seamless, high-speed experience, which has:
-
Simple LISP-like syntax
Using a simple and intuitive syntax simplifies the learning curve and making things clear.
-
Columnar storage
The columnar storage is a great way to optimize the storage and speed up the queries due to heavy usage of the vectorized operations.
-
Plain C
RayforceDB is written in plain C with no dependencies, which makes it easy to integrate and maintain. As a bonus, it's very compact (less 1Mb) to fit directly into CPU cache.
-
Open Source, MIT
RayforceDB is licensed under MIT and available on GitHub