Data processing
  • OCaml 99.7%
  • HTML 0.2%
Find a file
Didier Wenzek dd873549d6 Fix error unused constructor
Signed-off-by: Didier Wenzek <didier.wenzek@acidalie.com>
2022-02-26 20:35:50 +00:00
bin Fix deprecated function uses 2021-03-04 22:19:30 +00:00
eval/data-module Fix error unused constructor 2022-02-26 20:35:50 +00:00
examples Upgrade to cmdliner v1.1.0 2022-02-18 22:56:09 +00:00
lib Add missing optional label 2022-02-18 21:58:53 +00:00
test Fix unused vars in test 2022-02-24 22:26:46 +00:00
.gitignore Setup jbuilder. 2017-09-19 16:06:54 +02:00
datamint-eval.opam Add package aimed to evaluate the idea of data as module. 2017-09-27 17:21:13 +02:00
datamint-examples.opam Simplify package dependencies. 2017-09-26 17:36:22 +02:00
datamint-kafka.opam Add kafka support. 2017-09-20 17:31:25 +02:00
datamint-kyoto.opam Add support to kyotocabinet. 2017-09-20 18:25:02 +02:00
datamint.opam Fix jbuild/opam configuration. 2018-02-01 11:04:36 +01:00
dune Fix unused variables 2021-03-04 22:15:39 +00:00
dune-project Moving from jbuilder to dune: step2: file updates 2021-03-03 22:04:36 +00:00
Makefile Moving from jbuilder to dune: step1 2021-03-03 18:52:04 +00:00
README.md Fix build documentation 2022-02-24 14:44:48 +00:00

The primary goal of Data-Mint is to ease data processing with:

  • a set of query tools and languages
  • a separation of query definitions from both data storage and query execution scheduling.

Build

$ opam install dune

# lwt is used with libev
$ sudo apt-get install libev-dev
$ opam install conf-libev
$ opam install lwt

$ opam install ppx_deriving yojson lambda-term

# Some examples use kyoto
$ sudo apt-get install libkyotocabinet-dev
$ opam install kyotocabinet

# Some examples use kafka
$ sudo apt-get install librdkafka-dev
$ opam install kafka_lwt

$ make