We also support aio-lib-state for key-value store. However that is not a
good place for JSON data.If you are writing / reading data
asynchronously, you should store them in separate files. I'm not sure
how complex your data retrieval will be, but the OOTB Files / State SDK
in Firefly are only for simple stuff (not querying, filtering). Instead
you may want to bring your own storage solution (Azure Cosmos DB, AWS
DynamoDB, etc.)When you go to the Github repo of those SDKs, lots of
docs are availa...