Implementation of SQL on OCaml

Job ID: 35584156

Budget: $30 – $250 USD

Performance SQL implemented in OCaml:
- Minimum database query language: SELECT, JOIN WHERE and maybe something else
- Query interpreter in this language
- These queries must be run on big data autogenerated with https://github.com/NetApp/SQL_Storage_Benchmark
- Large inputs should force the interpreter to execute queries efficiently, not haphazardly.

An example of a finished task with the REQUIRED codestyle and project file structure https://github.com/sofsof2201/example

Not a bad project, you can take it as a reference - https://github.com/fengyuli2002/camel_db. You can simply convert this project to the required codestyle and project structure, then add a test for autogenerated data and a REPL interface (REPL.ml in the sample project with the required directory structure).
Related categories: SQL Programming