Popularity
6.3
Declining
Activity
0.0
Stable
1
9
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.
-
structured-haskell-mode
Structured editing minor mode for Haskell in Emacs -
criterion
A powerful but simple library for measuring the performance of Haskell code. -
stgi
A user-centric visual STG implementation to help understand GHC/Haskell's execution model. -
cabal-install-parsers
Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations -
inline-c
Write Haskell source files including C code inline. No FFI required. -
inline-java
Haskell/Java interop via inline Java code in Haskell modules. -
gi-atk
Generate Haskell bindings for GObject-Introspection capable libraries -
fourmolu
A fourk of ormolu that uses four space indentation and allows arbitrary configuration. Don't like it? PRs welcome! -
lambdabot-core
A friendly IRC bot and apprentice coder, written in Haskell. -
scion
OLD, DEPRECATED: Use this instead https://github.com/haskell/haskell-ide-engine
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
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
.