| Crates.io | alopex-skulk |
| lib.rs | alopex-skulk |
| version | 0.2.0 |
| created_at | 2025-12-18 12:18:03.378917+00 |
| updated_at | 2025-12-23 11:39:17.021144+00 |
| description | Alopex Skulk - Time Series Storage Engine |
| homepage | https://github.com/alopex-db/alopex-skulk |
| repository | https://github.com/alopex-db/alopex-skulk |
| max_upload_size | |
| id | 1992301 |
| size | 424,099 |
Alopex Skulk - High-performance Time Series Storage Engine for Rust.
alopex-coreAdd to your Cargo.toml:
[dependencies]
alopex-skulk = "0.1"
Skulk implements a TSM-based storage engine with:
use alopex_skulk::tsm::PartitionManager;
// Create a partition manager
let manager = PartitionManager::new(config)?;
// Write time series data
manager.write(measurement, timestamp, value)?;
// Query data
let results = manager.query(measurement, time_range)?;
alopex-core 0.3.0 or laterLicensed under either of:
at your option.