Skip to content

Releases: guedim/influxdata

PayU Version

02 Sep 20:36
Compare
Choose a tag to compare

Influxdata PayU Version

This is a simple version for register data in influx using SpringBoot

New Features!

  • This project is using the PayU Latam Chronos library
  • Include a Grafana dashboar with CPU and Memory metrics

This version does not include the sample metrics. For compatibility, was developed with jdk1.7. Additional, the bin/jar file was included in the realease.

Installation

You can download the project from the git repository

$ git clone https://github.com/guedim/influxdata.git
$ cd influxdata
$ mvn clean install

Configuration

You can set up the Gigaspaces cluster and the grafana credentials with the application.yml file in the application.

Gigaspaces configuration:

##
#   Gigaspaces configuration
##  
os:
  space-locators: YOUR-LOCATOR-NAME:PORT_NUMBER
  space-group: YOUR-GROUP-NAME

Influx configuration:

##
#   Influx configuration
##
influx:
  host: http://influx_host:influx_port
  user: influx_user
  password: influx_pass
  database: influx_database_name

Running

For running you need the bin/jar take a look [Installation] section

$ java -jar influxdata-0.0.1-SNAPSHOT.jar

Todos

  • Reconect the gigaspaaces cluster
  • Set up a connection timeout

License

MIT

Influxdata general

02 Sep 20:01
Compare
Choose a tag to compare

This project uses InfluxDB and write some sample metrics

  • You can use docker and deploy
  • Take a look at the Readme file