Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mallozup/hanadb_exporter_clojure
hanadb clojure prometheus exporter
https://github.com/mallozup/hanadb_exporter_clojure
clojure functional-programming jdbc sap sap-hana
Last synced: about 1 month ago
JSON representation
hanadb clojure prometheus exporter
- Host: GitHub
- URL: https://github.com/mallozup/hanadb_exporter_clojure
- Owner: MalloZup
- License: epl-2.0
- Created: 2019-07-11T15:39:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-15T14:07:13.000Z (over 5 years ago)
- Last Synced: 2024-10-30T08:42:26.182Z (3 months ago)
- Topics: clojure, functional-programming, jdbc, sap, sap-hana
- Language: Clojure
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# hanadb_exporter_clojure
Clojure hanadb exporter Prometheus for hanadb SAP db
# Rationale:
This project use clojure and jdbc.next and prometheus expoert for SAP-hana db.
# Status:
the status is experimental and on wip
## Usage
However it will follow the same API defined by https://github.com/SUSE/hanadb_exporter.
The API is defined by 2 json files:
- `config.json` which configure the exporter setup and the db
- `metrics.json` which configure the metrics and query the prometheus exporter will perform.
## New jar
0) Download the client
1) Create the local jar with:
``` mvn deploy:deploy-file -DgroupId=local -DartifactId=local -Dversion=2.4.56 -Dpackaging=jar -Dfile=ngdbc.jar -Durl=file:repo```## License
Copyright © 2019 Dario Maiocchi, SUSE Linux