Skip to content

A Python client library for interacting with the midas-server, providing data streaming and file storage using MBN binary encoding.

License

Notifications You must be signed in to change notification settings

midassystems/midas-py

Repository files navigation

Midas-py

License pypi-version

A Python-based client library designed to interact with the midas-server, providing a streamlined interface for accessing data. Similar to its Rust counterpart (midas-rs), it leverages the mbn library for binary encoding, enabling 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 MBN: Leverages the high-performance binary encoding capabilities of the mbn library.

Installation

You can install midas-py directly from PyPI:

pip install 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

Licensed under the Apache-2.0 License.

About

A Python client library for interacting with the midas-server, providing data streaming and file storage using MBN binary encoding.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published