Skip to content

Stargate on existing cassandra data #2610

Answered by ivansenic
ybudweiser asked this question in General
Discussion options

You must be logged in to vote

OK then there was a confusion.. Let me try to be more precise..

REST API (https://stargate.io/docs/latest/develop/dev-with-rest.html)

This is not jsonapi, this is REST API for accessing the CQL data. For this API, you don't need to ingested data through it.. It works out of the box with the existing CQL tables you might have in Cassandra. Thus, if you want to use this you can use existing Kafka connector, insert data using CQL and then read/write after that with REST API.

This is what we call CQL-first API. It means you can write/read using CQL and/or REST API at the same time. For example one app can write rows using CQL, and other app can read data using REST calls. Or vice versa. You w…

Replies: 4 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@ybudweiser
Comment options

@ivansenic
Comment options

@ybudweiser
Comment options

@ivansenic
Comment options

Answer selected by ybudweiser
@ybudweiser
Comment options

This comment was marked as off-topic.

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants