data-connectors 0.1.0

Parent crate for the live-data ecosystem's connector library. Per-exchange source-spec crates for popular live data feeds.
Documentation
  • Coverage
  • 100%
    1 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 20.73 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 231.49 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 21s Average build duration of successful builds.
  • all releases: 16s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • pbower
data-connectors-0.1.0 has been yanked.

data-connectors

Parent crate and workspace for the live-data ecosystem's connector library. Each connector exposes declarative source descriptors that the live-feed publisher SDK consumes — no transport or codec code per connector, just the URL, schema, and per-field decoding hints. The shared transport and decode pipeline lives in lightstream.

Connectors in this workspace

Crate Source
live-binance Binance public market data WebSocket streams.

Roadmap: live-coinbase, live-kraken, and additional public-feed connectors follow the same declarative shape.

Usage

live-connectors = { version = "0.1", features = ["binance"] }

Or depend on individual connector crates directly when you only need one source.

Companion crates

  • data-signals — the publisher/consumer/types ecosystem these connectors plug into.

License

Mozilla Public License 2.0 (MPL-2.0). See LICENSE.