Skip to content

Releases: ComLake/comlake.core

Fix config file loading

12 Jul 08:49
0.4.1
bf2455d

Choose a tag to compare

Pre-release
0.4.1

Fix config file loading

Support in-file queries

05 Jul 09:21
0.4.0
8b9c15a

Choose a tag to compare

Pre-release

Newly added endpoints:

  • GET /schema/{cid}
  • POST /extract/{cid}

Please refer to the documentation for further details.

Improve query API

30 Jun 09:25
0.3.1
6315148

Choose a tag to compare

Improve query API Pre-release
Pre-release

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

18 Jun 15:19
0.3.0
734bc06

Choose a tag to compare

Pre-release
0.3.0

Support hierarchical data

Parse config from files

07 Jun 06:47
0.2.1
133d541

Choose a tag to compare

Pre-release

Note: the namespace has changed from comlake-core to comlake.core.

s/RethinkDB/PostgreSQL/

07 Jun 05:19
0.2.0

Choose a tag to compare

Pre-release

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

07 Jun 06:45
0.1.1
2884359

Choose a tag to compare

Pre-release
0.1.1

Error fix for 0.1.0's test