stargate / data-api

JSON document API for Apache Cassandra (formerly known as JSON API)
https://stargate.io
Apache License 2.0
12 stars 16 forks source link

PoC for "API Tables": `findRows` command on existing CQL table(s) #1224

Open tatu-at-datastax opened 3 days ago

tatu-at-datastax commented 3 days ago

To prototype planned "API Tables" feature, let's start by creating separate proof-of-concept command, findRows, similar to existing find for Collections. The idea is for Command to have similar API but start with separate implementation, to see how similar/different code would be. To streamline implementation, needs to either use existing system Tables, or create Tables out-of-band with CQL (as part of IT or via CQL console).