A real-time & event driven observability tool for microservices!
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
MicrObserv is here to simplify observability for your microservice architecture by consolidating all logs and tracers into one centralized database.
-
Fork and Clone the repo
-
Install dependencies
cd Backend
npm install
-
Demo the application (skip to step 3 if you want to implement on your actual microservices)
- Install dependencies
cd ../Demo
npm run install
- Create .env file in the Demo folder
- Assign a PostgreSQL URI to "DEMO_URI"
- Start servers
cd ../Backend
- Start Backend Server
npm start
- Start demo backend server
cd ../Demo
npm run start-services
- Launch demo front-end
npm run start-web-app
- This will open the frontend in your Chrome browser to start up the demo microservices, which includes 2 services communicating back and forth
- includes two input fields
- Request Time - simulates the speed at which a microservice will take to respond to a request
- Time Out - refers to how often the a new request will be made
- this should be greater than Request Time
- includes two input fields
- This will open the frontend in your Chrome browser to start up the demo microservices, which includes 2 services communicating back and forth
- Install dependencies
-
Microservice Integration
- Install npm package in each microservice for tracking data.
npm i microbserv
- Locally start microbserv server
- clone Microbserv repo
- Inside repo change directories and enter Backend folder
cd Backend
- Install npm dependencies
npm install
- Start server
npm start
-
Download and Launch MicrObserv executable based on your OS
-
Click on your newly added system
- Add README
- Add GitHub Merge Tracking.
- Add Login & Registration.
- Add Multiple Charts to keep track of different metrics.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
-
Andrew Ngo - @andrew-tien-ngo - andrewngo91@gmail.com
-
Chancellor Kupersmith - @chance-kupersmith - kupersmith3.6@gmail.com
-
Otis Jones - @otis-jones - otisjones1@gmail.com
-
Vardan Vanyan - @vardanvanyan - vardan.vanyan@gmail.com
-
Project Link: https://github.com/oslabs-beta/MicrObserv