stargate / data-api

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

Replace custom query builder with Java driver query builder #1326

Open jeffreyscarpenter opened 3 months ago

jeffreyscarpenter commented 3 months ago

In #1022, the query builder from the stargate/stargate quarkus commons package was copied into this repo to break the dependency on the other repo. Ultimately we don't want to maintain our own query builder and should just use the Java driver's query builder.

amorton commented 2 weeks ago

updating - we are using the java driver for eveything tables, and all the things we need for collections is in it now. We need to keep this open until we move collections to use the new code paths