Skip to content

Releases: ComLake/comlake.core

Fix config file loading

Pre-release

Choose a tag to compare

@McSinyx McSinyx released this 12 Jul 08:49
0.4.1
bf2455d
0.4.1

Fix config file loading

Support in-file queries

Pre-release

Choose a tag to compare

@McSinyx McSinyx released this 05 Jul 09:21
0.4.0
8b9c15a

Newly added endpoints:

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

Please refer to the documentation for further details.

Improve query API

Improve query API Pre-release
Pre-release

Choose a tag to compare

@McSinyx McSinyx released this 30 Jun 09:25
0.3.1
6315148

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

Pre-release

Choose a tag to compare

@McSinyx McSinyx released this 18 Jun 15:19
0.3.0
734bc06
0.3.0

Support hierarchical data

Parse config from files

Pre-release

Choose a tag to compare

@McSinyx McSinyx released this 07 Jun 06:47
0.2.1
133d541

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

s/RethinkDB/PostgreSQL/

Pre-release

Choose a tag to compare

@McSinyx McSinyx released this 07 Jun 05:19
0.2.0

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

Pre-release

Choose a tag to compare

@McSinyx McSinyx released this 07 Jun 06:45
0.1.1
2884359
0.1.1

Error fix for 0.1.0's test