An open API service indexing awesome lists of open source software.

https://github.com/m3db/m3storage

Tiered storage manager
https://github.com/m3db/m3storage

Last synced: 11 months ago
JSON representation

Tiered storage manager

Awesome Lists containing this project

README

          

## WARNING: This is Alpha software and not intended for use until a stable release.

# M3Storage [![GoDoc][doc-img]][doc] [![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov]

Tiered storage manager. Supports time series queries across multiple storage clusters, with support for aggregating results across retention periods, smart resolution downsampling, and graceful migration of time series data between clusters as capacity requirements change.


This project is released under the [Apache License, Version 2.0](LICENSE).

[doc-img]: https://godoc.org/github.com/m3db/m3storage?status.svg
[doc]: https://godoc.org/github.com/m3db/m3storage
[ci-img]: https://travis-ci.org/m3db/m3storage.svg?branch=master
[ci]: https://travis-ci.org/m3db/m3storage
[cov-img]: https://coveralls.io/repos/m3db/m3storage/badge.svg?branch=master&service=github
[cov]: https://coveralls.io/github/m3db/m3storage?branch=master