Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Netdata | 62,342 | a day ago | 299 | gpl-3.0 | C | |||||
Real-time performance monitoring, done right! https://www.netdata.cloud | ||||||||||
Chatwoot | 14,775 | a day ago | 1 | January 03, 2021 | 738 | other | Ruby | |||
Open-source customer engagement suite, an alternative to Intercom, Zendesk, Salesforce Service Cloud etc. 🔥💬 | ||||||||||
Dashy | 10,057 | 3 days ago | 75 | mit | Vue | |||||
🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more! | ||||||||||
Heimdall | 5,678 | 10 days ago | 23 | mit | PHP | |||||
An Application dashboard and launcher | ||||||||||
Nuclio | 4,787 | a day ago | 65 | April 25, 2021 | 103 | apache-2.0 | Go | |||
High-Performance Serverless event and data processing platform | ||||||||||
K8s For Docker Desktop | 4,623 | 5 days ago | 47 | apache-2.0 | PowerShell | |||||
为Docker Desktop for Mac/Windows开启Kubernetes和Istio。 | ||||||||||
Nodejs Dashboard | 3,941 | 70 | 27 | a year ago | 12 | November 22, 2019 | 15 | mit | JavaScript | |
Telemetry dashboard for node.js apps from the terminal! | ||||||||||
Prometheus | 3,839 | 2 months ago | mit | |||||||
A docker-compose stack for Prometheus monitoring | ||||||||||
Gatus | 3,518 | 6 days ago | 56 | April 26, 2022 | 66 | apache-2.0 | Go | |||
⛑ Automated developer-oriented status page | ||||||||||
Gerapy | 2,906 | 8 | a month ago | 47 | December 30, 2021 | 54 | mit | Python | ||
Distributed Crawler Management Framework Based on Scrapy, Scrapyd, Django and Vue.js |
You will need a postgres database to run the application. If you have docker installed, then you can create a database by running
docker-compose up db
Then, if you have go installed, you can build and run the server by running
go run main.go
Or if you don't have go installed, you can launch both the database and the server with docker compose
docker-compose up --build
You will need a postgres database to run some of the test. If you have docker installed, then you can create the test database by running
docker-compose up test-db
Then, run the test command, for example
go test ./model -v