https://github.com/m3db/m3storage
Tiered storage manager
https://github.com/m3db/m3storage
Last synced: 11 months ago
JSON representation
Tiered storage manager
- Host: GitHub
- URL: https://github.com/m3db/m3storage
- Owner: m3db
- License: apache-2.0
- Created: 2016-07-27T14:22:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T13:29:49.000Z (about 8 years ago)
- Last Synced: 2025-01-09T08:12:52.145Z (over 1 year ago)
- Language: Go
- Size: 158 KB
- Stars: 3
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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