Skip to content

lyes-s/network-device-inventory

Repository files navigation

MIT License

Copyright (c) 2022 Lyes S.

GitHub Badges

CircleCI Snyk Vulnerabilities for GitHub Repo Quality Gate Status GitHub top language GitHub release (latest by date) GitHub Release Date GitHub commit activity (branch) GitHub Repo stars license

Network Device Microservices

Wiki

Network Device Inventory Service

Wiki

OpenAPI/Swagger

Docker Compose

  • Regarding the network device inventory service local dev/test, please replace "expose" by "port" in the manifest so that the endpoints will be reachable outside the docker.
cd docker-compose/

docker-compose -f service-registry.yml -f network-device-inventory.yml -f --env-file .env  up -d

Image

Monitoring

Wiki

Docker Compose

cd docker-compose/

docker-compose -f service-registry.yml -f network-device-inventory.yml -f monitoring.yml -f gateway.yml --env-file .env  up -d

Image

Snyk: 'So Now You Know'

Wiki

Image

SonarCloud: Code Quality and Code Security

Wiki

Image

CircleCI: Continuous Integration and Delivery

Wiki

Image

Requirements

1. Java 11.x.y

2. Maven 3.x.y

3. Docker 3.x.y

Git Clone

https://github.com/lyes-s/network-device-inventory.git

Completed Features

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.