Skip to content

ali1dc/grafana

Repository files navigation

Grafana

Grafana CI/CD pipeline for AWS deployment.

What is grafana?

Grafana is an open source metric analytics & visualization suite. It is most commonly used for visualizing time series data for infrastructure and application analytics but many use it in other domains including industrial sensors, home automation, weather, and process control.

Tech Stack

  • Grafana
  • Ruby
  • Cloudformation
  • Docker
  • Amazon Fargate
  • Jenkins

Environment Variables

export GF_DATABASE_TYPE=postgres
export GF_DATABASE_HOST={db-host:port}
export GF_DATABASE_USER={db-user}
export GF_DATABASE_PASSWORD={db-password}
How to run
docker-compose up

http://localhost:3000
default user: admin
default password: admin

About

CI/CD pipeline for deploying grafana to AWS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages