https://github.com/shivam-880/arrow-flight-scala
https://github.com/shivam-880/arrow-flight-scala
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shivam-880/arrow-flight-scala
- Owner: shivam-880
- Created: 2022-05-23T18:12:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-20T13:41:03.000Z (almost 3 years ago)
- Last Synced: 2024-10-30T05:15:53.053Z (8 months ago)
- Language: Scala
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# arrow-flight-scala
Scala version of the Java Arrow Flight [example](https://arrow.apache.org/cookbook/java/flight.html).
This project is different from the Java example in the following ways:
1. Reader and Writer are clients for respective purposes running in different threads
2. Server is started in a separate thread as well
3. BlockingQueue is used in "Producer" to allow writing and reading every batch one after the another instead of building batch of batches as implemented in the Java example**TODO**: Close resources properly