#back-end #client #api #midas #binary-encoding #file-storage #binary-file

midas-client

A Python client library to access the midas_server backend

3 stable releases

new 1.0.18 Feb 10, 2025
1.0.17 Feb 4, 2025

#1301 in Web programming

Download history 211/week @ 2025-02-02

211 downloads per month

Apache-2.0

60KB
1.5K SLoC

Midas-client

A Rust-based client library designed to interact with the midas-server, providing a streamlined interface for accessing data. It is built on top of the mbinary library for binary encoding, but offers a higher-level abstraction that enables both streaming data and saving it to binary MBN-encoded files.

Features

  • Stream Data: Fetch live or historical data directly from the midas-server in real-time.
  • Save to File: Save data to a binary MBN-encoded file for efficient storage and retrieval.
  • Built on mbinary: Leverages the high-performance binary encoding capabilities of the mbinary library.

Installation

Install midas-client directly from Crates.io

cargo add midas-client

Documentation

Detailed documentation is coming soon. Stay tuned for examples and usage guides!

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to improve the library.

License

This project is licensed under the Apache-2.0 License.

Dependencies

~19–32MB
~491K SLoC