Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Traefik | 43,213 | 18 | 7 hours ago | 160 | September 16, 2022 | 620 | mit | Go | ||
The Cloud Native Application Proxy | ||||||||||
Kong | 34,925 | 7 hours ago | 226 | apache-2.0 | Lua | |||||
🦍 The Cloud-Native API Gateway | ||||||||||
Awesome Docker | 25,318 | 9 days ago | apache-2.0 | |||||||
:whale: A curated list of Docker resources and projects | ||||||||||
Eshoponcontainers | 23,283 | 6 days ago | 44 | mit | C# | |||||
Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. | ||||||||||
Generator Jhipster | 20,596 | 4,666 | 186 | 8 hours ago | 267 | September 02, 2022 | 291 | apache-2.0 | TypeScript | |
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures. | ||||||||||
Awesome Kubernetes | 13,893 | 12 days ago | 9 | other | Shell | |||||
A curated list for awesome kubernetes sources :ship::tada: | ||||||||||
Jib | 12,761 | 10 | 13 days ago | 21 | August 30, 2022 | 162 | apache-2.0 | Java | ||
🏗 Build container images for your Java applications. | ||||||||||
Piggymetrics | 12,361 | a day ago | 14 | mit | Java | |||||
Microservice Architecture with Spring Boot, Spring Cloud and Docker | ||||||||||
Apisix | 11,900 | 12 hours ago | 671 | apache-2.0 | Lua | |||||
The Cloud-Native API Gateway | ||||||||||
Kubeshark | 9,094 | 14 hours ago | 79 | apache-2.0 | Go | |||||
The API traffic analyzer for Kubernetes providing real-time K8s protocol-level visibility, capturing and monitoring all traffic and payloads going in, out and across containers, pods, nodes and clusters.. Think TCPDump and Wireshark re-invented for Kubernetes |
Opinionated microservice kit to help developers to build microservices with go.
A pace/bricks microservice is:
go get github.com/pace/bricks/cmd/pb
pb -h
Read our contributors guide.
make test
to test without dependenciesdocker-compose run testserver make integration
to test with dependenciesmake testserver
to start a testserver that will be started with dependencies. In order to update the server one need to docker-compose restart testserver
Variable | Description |
---|---|
PACE_BRICKS_EDITOR |
The path to the editor that should be used for opening a project. Defaults to $EDITOR . |
PACE_BRICKS_PATH |
The path where new project should be created. Defaults to $HOME/PACE . |