-
----
## 🚀 Feature
Support websocket endpoints to allow two-way real-time data communication.
### Motivation
Currently, the requests are processed with the expectation that the …
-
The current implementation of the .open methods consists of a local cache which is then synchronized with the cloud.
This method can be replaced by [smart_open](https://github.com/RaRe-Technologies…
-
The standard JSON package reads the entire file to validate and parse the structure, and can take a lot of memory.
Research alternatives, including streaming JSON parsers or even custom parsing. Th…
-
This seems to be tripping people up , especially with very large JSON objects like geoJSON
there are some libraries that can help with this - want to link to them here.
the simplest option howev…
-
**Describe the bug**
I have tried to make a set up to have an audio source based on a radio wave file .
**To Reproduce**
```java
import dev.onvoid.webrtc.*;
import dev.onvoid.webrtc.media.Media…
-
We are using databricks Spark to load data into snowflake. It is working perfectly with Batch jobs but failing with streaming. here is code:
```scala
val options =Map(
"sfUrl" -> "********.snowf…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
### What happened
sqlserver ta…
-
#### Bug Report Checklist
- [X] Have you provided a full/minimal spec to reproduce the issue?
- [X] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
- **Package Name**: azure-document-intelligence
- **Package Version**: 1.0.0b4
- **Operating System**: Windows
- **Python Version**: 3.10
**Describe the bug**
I want to confirm the proper way t…
-
First: Good job with JsonSurfer! It's a helpful tool, for sure.
I am looking for a way to read from a large JSON file in a streaming fashion *and* write an excerpt from that file to a new file in …