A Cassandra CQL parser microservicegalliumdata.com 2 pointsmaxtardiveau22 years ago1 commentSaveHideCopy link On HNComments−maxtardiveau2OP2yA simple microservice (as a Docker image) that parses any Cassandra query or command (CQL) and returns a JSON object describing what the command is. This uses Cassandra's own parser, therefore it works with any valid CQL command.
Comments
A simple microservice (as a Docker image) that parses any Cassandra query or command (CQL) and returns a JSON object describing what the command is. This uses Cassandra's own parser, therefore it works with any valid CQL command.