Popularity
5.9
Stable
Activity
0.0
Stable
1
8
1
Monthly Downloads: 2
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags:
Development
Latest version: v0.16.0-rc1
borel alternatives and similar packages
Based on the "Development" category.
Alternatively, view borel alternatives based on common mentions on social networks and blogs.
-
fourmolu
A fourk of ormolu that uses four space indentation and allows arbitrary configuration. Don't like it? PRs welcome! -
cabal-install-parsers
Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
Promo
getstream.io

Do you think we are missing an alternative of borel or a related project?
Popular Comparisons
README
Borel (OpenStack)
This package provides basic primitives for metering and billing OpenStack tenancies. It leverages the following components:
- Chevalier: an indexing source for Vaultaire. Borel finds the data sources and schemas associated with an OpenStack tenancy from this index.
- Marquise: a data client for Vaultaire. Borel fetches the raw data via this client.
- Ceilometer: a decoder/aggregator for OpenStack data. Borel feeds raw data from Marquise to Ceilometer.
Dependencies
- ZeroMQ (need v4.0 or above)
- chevalier-common
- marquise
- vaultaire-common
- ceilometer-common
Configuration
Example configuration:
origins = [ "ABCDEF" ]
marquise-reader-uri = "tcp://example.com:999"
chevalier-uri = "tcp://nsa.gov:3333"
flavors {
asio {
id = "asio"
}
koolaid {
id = "koolaid"
}
}
origins
: Vaul taire data origins.- URIs: to the instances of Marquise/Chevalier
flavors
: instance flavors supported in your OpenStack setup.
Running
A simple example usage can be found in src/Example.hs
.