-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I noticed this in the future work section: supporting long string values as streams themselves. Is this already implemented by any chance?
If not, do you have a plan on how you're going to implement it? Maybe you can point me in the right direction and I can give it a try.
My use-case is streaming chunks of a json string and reading the key values in a "persistent" way as described in your docs, but also partial values. For example if I were to receive {"name": "John Doe"} then I first receive {"name": "J then ohn Doe"},
and I want to be able to iterate over it in Python like:
for x in response["name"]:
print(x)
# J
# ohn DoeOr some similar API that achieves the same thing.
Metadata
Metadata
Assignees
Labels
No labels