-
-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify streaming sample in docs to indicate how to save incoming JSON data #196
Comments
Replace the lambda function with a function call to a function you write that could either connect to database or just write to file. |
Thanks @rkinetic If anyone needs it, this worked for me:
|
Issues are not an appropriate venue for support. Please visit our discord to ask the community for help: |
On second thought, I'm reopening this because we've been thinking about writing samples, and this might be a good one to provide. |
When using the streaming sample from the docs, I'm able to stream level one futures, with quotes printed in the console.
However, it's unclear where one would make changes so as to save the json data to file.
If anyone has suggestions, could you please indicate how to approach this on the below block:
The text was updated successfully, but these errors were encountered: