-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removes the parts, which belong into other repositories. Fixes #1
- Loading branch information
Showing
37 changed files
with
19 additions
and
3,689 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,4 @@ build* | |
cmake-build-* | ||
.idea/ | ||
|
||
*_pb2.py | ||
metricq.egg-info | ||
.eggs/ | ||
__pycache__/ | ||
venv/ | ||
|
||
.DS_STORE |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,5 @@ | ||
 | ||
 | ||
 | ||
 | ||
[](https://pypi.org/project/metricq/) | ||
 | ||
 | ||
# metricq | ||
|
||
## Setup development environemt with ```docker-compose``` | ||
|
||
Just run: | ||
|
||
``` | ||
docker-compose -f docker-compose-development.yml up | ||
``` | ||
|
||
This will setup: | ||
|
||
- [Grafana Server](http://localhost:4000) (port 3000 forwarded to localhost:4000) | ||
- [CouchDB server](http://localhost:5984) (port 5984 forwarded to localhost) | ||
- [RabbitMQ server](http://localhost:15672/) (port 5672 and 15672 forwarded to localhost) | ||
- [wizard frontend](http://localhost:3000/wizard/) (port 3000 forwarded to localhost) | ||
- wizard backend (port 8000 forwarded to localhost) | ||
- manager | ||
- metricq-grafana (port 4000 forwarded to localhost:3001) | ||
|
||
To run it in the background append ```-d```: | ||
|
||
``` | ||
docker-compose -f docker-compose-development.yml up -d | ||
``` | ||
|
||
To stop everything run: | ||
|
||
``` | ||
docker-compose -f docker-compose-development.yml stop | ||
``` | ||
|
||
To stop and remove everything run | ||
|
||
``` | ||
docker-compose -f docker-compose-development.yml down | ||
``` | ||
The C++ API for [MetricQ](https://github.com/metricq/metricq) agents. |
Oops, something went wrong.