Skip to content

Instantly share code, notes, and snippets.

@kleong
Created July 30, 2019 20:25
Show Gist options
  • Save kleong/f1cd53ec6fddbc9268fbd082095c7604 to your computer and use it in GitHub Desktop.
Save kleong/f1cd53ec6fddbc9268fbd082095c7604 to your computer and use it in GitHub Desktop.
from rockset import Client, Q, F
rs=Client(api_key=...)
aws_integration=rs.Integration.retrieve(...)
sources=[
rs.Source.kinesis(
stream_name="twitter-stream",
integration=aws_integration)]
twitter_kinesis_demo=rs.Collection.create("twitter-kinesis-demo", sources=sources)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment