Releases: ComLake/comlake.core
Releases · ComLake/comlake.core
Fix config file loading
0.4.1 Fix config file loading
Support in-file queries
Newly added endpoints:
- GET /schema/{cid}
- POST /extract/{cid}
Please refer to the documentation for further details.
Improve query API
Despite the patch version increment, this actually has a few breaking changes:
- Rename POST /add to /dataset
- Join tables for more info on dataset queries
- Add logical intersection to QAST
- Introduce the self operator ($) to QAST
Support hierarchical data
0.3.0 Support hierarchical data
Parse config from files
Note: the namespace has changed from comlake-core to comlake.core.
s/RethinkDB/PostgreSQL/
Migrate from RethinkDB to PostgreSQL.
| Request | RethinkDB | PostgreSQL |
|---|---|---|
| POST /add | 325.40 | 357.28 |
| POST /find | 121.01 | 5575.89 |
| GET /get | 8217.39 | 6238.30 |
| GET /noload | 80994.41 | 29788.50 |
(requests/second, benchmarked using wrk in 10 seconds)
HTTP API for primitive data I/O
0.1.1 Error fix for 0.1.0's test