πŸ‘ Welcome to use Crystal !
✍️ Crystal A data analysis engine of big-data and AI. It can be used for offline analysis of massive data, and deploy for online retrieval in one stop.

Feature

  • Easy-to-use and expandable OP library for data analysis
  • Support KV storage
  • Support bitmap and vector index
  • Support the use of HTTP+JSON protocol to build services

Build

Crystal depends on C++17. Tested on MacOS 10.15 currently, Linux support will be soon.

brew install asio double-conversion gflags omp  # for mac

./deps.sh
./build.sh
cd _build && make test

😘 Enjoy~