docs.rs failed to build graphite-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
The graphite ecosystem in one easy-to-install package.
Building
Note: you'll need a nightly rust build to build this
$ git clone git@github.com:tureus/graphite-rust.git $ cd graphite-rust $ cargo build --release $ RUST_LOG=debug ./target/debug/carbon
Tasks
- Read headers
- Read single point
- Write to single archive
- Write through all archives with downsampling
- Create files
- Read many points
- [ND] Lock files (not necessary with memmap pattern?)
-
mmapfiles (PROFILING) - UDP daemon
- TCP daemon
- Custom schema support when creating new WSPs
- Pickle daemon
- HTTP frontend
- Make logging useful for ops
- Validate .wsp when opening (archives need to cleanly multiply, etc)
Documentation
http://tureus.github.io/graphite-rust
Reference
Documentation for the whisper file format is slim/nil. Clone the official repo and take a look at whisper.py
$ git clone git@github.com:graphite-project/whisper.git
