COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210810025220/https://github.com/topics/microservice-toolkit
Here are
30 public repositories
matching this topic...
📊 📊 📊 Monitors the health and web traffic of servers, microservices, and containers with real-time data monitoring and receive automated notifications over Slack or email.
Updated
Jun 17, 2021
TypeScript
A Micro-services Helpers Framework | Easily manage multiple repositories and projects
Updated
Jun 22, 2017
Shell
a minimalist toolkit for building scalable, fault tolerant and eventually-consistent microservices
Updated
Jun 10, 2021
JavaScript
Automagically Exposing Django ORM over gRPC for microservices written in any other languages
Updated
Jul 30, 2021
Python
Updated
Oct 13, 2016
Java
Home of the Language Ecosystem for Modeling Microservice Architecture (LEMMA)
a redis based minimalist service registry and service discovery
Updated
Jun 10, 2021
JavaScript
a minimalist toolkit for building fast, decentralized, scalable and fault tolerant microservices
Updated
Jun 10, 2021
JavaScript
Updated
Dec 1, 2019
JavaScript
Open-source microservice network monitoring tool.
Updated
Apr 30, 2020
JavaScript
Simple microservice toolkit using JSON RPC.
Lightweight micro service registry and discovery tool, compatible with any HTTP based microservice
Updated
Jan 5, 2021
Python
Microservices Framework for Stopover
Updated
Jul 19, 2021
Python
Updated
Aug 27, 2019
Java
a minimalist toolkit for building fast, scalable and fault tolerant microservices
Updated
Jun 10, 2021
JavaScript
An opinionated toolkit for go-kit microservices
Spring Cloud Zuul API Gateway & Edge Server
Updated
Feb 28, 2017
Java
Alvarios Wireframe is a go package that contains tools use for the company microservices.
Spring Cloud Eureka Server
Updated
Feb 28, 2017
Java
Spring Cloud Zipkin Tracing Server
Updated
Feb 28, 2017
Java
Genki, my personal microservice toolkit for Go
basic monitoring server for xyz
Updated
May 8, 2017
JavaScript
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
Updated
Jun 23, 2021
HTML
Implementation of Zipkin-Sleuth in Java SpringBoot
Updated
Aug 21, 2020
Java
Tool to register microservices. This project is based on the Service Discovery architecture pattern
A Spring Cloud configuration server which references the configuration repository for all application configurations
Updated
Feb 28, 2017
Java
Improve this page
Add a description, image, and links to the
microservice-toolkit
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
microservice-toolkit
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
ReloadableInferEngine::proc_initialize中使用TaskExecutor的是个单例,那么多个模型会一次去设置、启动同一个TaskExecutor;
在调用schedule()之后,TaskExecutor如何确定去调用哪个模型呢?