Why use the Data Client Base Library
Why use the Data Client Base Library
The Data Client Base Library allows you to:
- Use Data APIs from your application on the lowest level of abstraction
- Use pure Data REST APIs without any logic added
- Use the same credentials as used for Data Client and CLI
- Have full control over per-request configuration (e.g. timeouts, retries etc.)
- Get metrics on each api and function
The Data Client Base Library provides synchronous, stateless, plain and direct programmatic access to the Data APIs. For more sophisticated functions including Akka multi-threading, asynchronous calls, backpressure, parallelism support, retry and resume and Spark and Flink support, use the Data Client Library.
Updated 22 days ago