naya
naya copied to clipboard
Lossless Data Streaming
Love this library! Would like to be able to easily not lose starting or ending keys. This PR adds:
- Ability to both stream inner data array items iteratively while keeping track of data read
- Use the data read to construct the full dataset when finished
- Unit tests for associated function/class
- GitHub Actions for running the unit tests
@dyule @danielyule What do you think or the proposed new functions? Is there anything I should change?