Skip to content

frees-io/freestyle-opscenter

Repository files navigation

freestyle-opscenter

Opscenter

Generating the proto file

sbt protoGen

The previous command will overwrite this proto file.

Requirements

As database, we need install Cassandra. We use this database to store the microservices, nodes and services which we are monitoring. These tables will be updated directly from each microservices.

Run this command to initialize the database.

cqlsh -f scripts/cassandra-init.cql

Run this command to insert dummy data into the database.

cqlsh -f scripts/cassandra-values.cql

Note: In the next iterations, we will create an image in Docker with all the environment to reproduce it easily.

Copyright

Freestyle is designed and developed by 47 Degrees

Copyright (C) 2017 47 Degrees. http://47deg.com

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages