forked from layer5io/layer5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nikhil-Ladha <[email protected]>
- Loading branch information
1 parent
2ec4d24
commit f6980e7
Showing
129 changed files
with
4,283 additions
and
4,283 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
export const clients = [ | ||
{ | ||
name : "Akka", | ||
link : "https://akka.io", | ||
desc : "Akka - an open source toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala." | ||
name: "Akka", | ||
link: "https://akka.io", | ||
desc: "Akka - an open source toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala." | ||
}, | ||
{ | ||
name : "Finagle", | ||
link : "https://github.com/twitter/finagle/", | ||
desc : "Finagle - an open source RPC library built on Netty for engineers that want a strongly-typed language and be on the JVM. Finagle is written in Scala." | ||
name: "Finagle", | ||
link: "https://github.com/twitter/finagle/", | ||
desc: "Finagle - an open source RPC library built on Netty for engineers that want a strongly-typed language and be on the JVM. Finagle is written in Scala." | ||
}, | ||
{ | ||
name : "Hystrix", | ||
link : "https://www.github.com/Netflix/Hystrix", | ||
desc : "Hystrix - an open source latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience. Hystrix is written in Java." | ||
name: "Hystrix", | ||
link: "https://www.github.com/Netflix/Hystrix", | ||
desc: "Hystrix - an open source latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience. Hystrix is written in Java." | ||
}, | ||
{ | ||
name : "Ribbon", | ||
link : "https://github.com/Netflix/Ribbon", | ||
desc : "Ribbon - an open source Inter-Process Communication (remote procedure calls) library with built-in software load balancers. Ribbon is written in Java." | ||
name: "Ribbon", | ||
link: "https://github.com/Netflix/Ribbon", | ||
desc: "Ribbon - an open source Inter-Process Communication (remote procedure calls) library with built-in software load balancers. Ribbon is written in Java." | ||
}, | ||
{ | ||
name : "Go kit", | ||
link : "https://gokit.io", | ||
desc : "Go kit - a collection of Go packages that help you build robust, reliable, maintainable microservices (or elegant monoliths)." | ||
name: "Go kit", | ||
link: "https://gokit.io", | ||
desc: "Go kit - a collection of Go packages that help you build robust, reliable, maintainable microservices (or elegant monoliths)." | ||
}, | ||
{ | ||
name : "Spring Boot", | ||
link : "https://spring.io/projects/spring-boot", | ||
desc : "Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can 'just run'." | ||
name: "Spring Boot", | ||
link: "https://spring.io/projects/spring-boot", | ||
desc: "Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can 'just run'." | ||
}, | ||
{ | ||
name : "DropWizard", | ||
link : "https://www.dropwizard.io/en/stable/", | ||
desc : "Dropwizard pulls together stable, mature libraries from the Java ecosystem into a simple, light-weight package that lets you focus on getting things done." | ||
name: "DropWizard", | ||
link: "https://www.dropwizard.io/en/stable/", | ||
desc: "Dropwizard pulls together stable, mature libraries from the Java ecosystem into a simple, light-weight package that lets you focus on getting things done." | ||
}, | ||
{ | ||
name : "go-zero", | ||
link : "https://go-zero.dev/en/", | ||
desc : "go-zero is a web and rpc framework written in Go. It's born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity." | ||
name: "go-zero", | ||
link: "https://go-zero.dev/en/", | ||
desc: "go-zero is a web and rpc framework written in Go. It's born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity." | ||
} | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
export const gateways=[ | ||
{ | ||
name : "Ambassador", | ||
link : "https://getambassador.io", | ||
desc : "Ambassador uses Envoy" | ||
name: "Ambassador", | ||
link: "https://getambassador.io", | ||
desc: "Ambassador uses Envoy" | ||
}, | ||
{ | ||
name : "Contour", | ||
link : "https://github.com/heptio/contour", | ||
desc : "Contour uses Envoy" | ||
name: "Contour", | ||
link: "https://github.com/heptio/contour", | ||
desc: "Contour uses Envoy" | ||
}, | ||
{ | ||
name : "Kong", | ||
link : "https://github.com/kong/kong", | ||
desc : "Kong uses NGINX" | ||
name: "Kong", | ||
link: "https://github.com/kong/kong", | ||
desc: "Kong uses NGINX" | ||
}, | ||
{ | ||
name : "OpenResty", | ||
link : "http://openresty.org", | ||
desc : "OpenResty uses NGINX" | ||
name: "OpenResty", | ||
link: "http://openresty.org", | ||
desc: "OpenResty uses NGINX" | ||
}, | ||
{ | ||
name : "3scale", | ||
link : "https://www.3scale.net/", | ||
desc : "An API gateway built on top of NGINX. It is part of the Red Hat 3scale API Management Platform." | ||
name: "3scale", | ||
link: "https://www.3scale.net/", | ||
desc: "An API gateway built on top of NGINX. It is part of the Red Hat 3scale API Management Platform." | ||
}, | ||
{ | ||
name : "Citrix ADC", | ||
link : "https://www.citrix.com/blogs/2019/06/12/citrix-solutions-for-api-protection-in-cloud-native-kubernetes-apps/", | ||
desc : "Citrix ADC protects your applications and APIs" | ||
name: "Citrix ADC", | ||
link: "https://www.citrix.com/blogs/2019/06/12/citrix-solutions-for-api-protection-in-cloud-native-kubernetes-apps/", | ||
desc: "Citrix ADC protects your applications and APIs" | ||
} | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
export const load_balancer=[ | ||
{ | ||
name : "A10 Thunder ADC", | ||
link : "https://www.a10networks.com/products/thunder-adc/", | ||
desc : "A10's Thunder ADC - is a high performance solution providing L4-7 load balancing, DDoS protection, and advanced SSL/TLS offloading." | ||
name: "A10 Thunder ADC", | ||
link: "https://www.a10networks.com/products/thunder-adc/", | ||
desc: "A10's Thunder ADC - is a high performance solution providing L4-7 load balancing, DDoS protection, and advanced SSL/TLS offloading." | ||
}, | ||
{ | ||
name : "NGINX", | ||
link : "https://nginx.org/en/", | ||
desc : "NGINX - is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more.", | ||
name: "NGINX", | ||
link: "https://nginx.org/en/", | ||
desc: "NGINX - is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more.", | ||
}, | ||
{ | ||
name : "Proxygen", | ||
link : "https://github.com/facebook/proxygen", | ||
desc : "Proxygen - is an open source library that not only powers Facebook's load balancer, but is also used by HHVM (github/facebook/hhvm)." | ||
name: "Proxygen", | ||
link: "https://github.com/facebook/proxygen", | ||
desc: "Proxygen - is an open source library that not only powers Facebook's load balancer, but is also used by HHVM (github/facebook/hhvm)." | ||
}, { | ||
name : "Citrix ADC", | ||
link : "https://www.citrix.com/en-in/products/citrix-adc/", | ||
desc : "Citrix ADC is an application delivery and load balancing solution that provides a high-quality user experience for your web, traditional, and cloud-native applications regardless of where they are hosted." | ||
name: "Citrix ADC", | ||
link: "https://www.citrix.com/en-in/products/citrix-adc/", | ||
desc: "Citrix ADC is an application delivery and load balancing solution that provides a high-quality user experience for your web, traditional, and cloud-native applications regardless of where they are hosted." | ||
}, { | ||
name : "kube-proxy", | ||
link : "https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/", | ||
desc : "Runs on each Kubernetes node. Performs simple TCP, UDP, and SCTP stream forwarding or round robin TCP, UDP, and SCTP forwarding across a set of backends." | ||
name: "kube-proxy", | ||
link: "https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/", | ||
desc: "Runs on each Kubernetes node. Performs simple TCP, UDP, and SCTP stream forwarding or round robin TCP, UDP, and SCTP forwarding across a set of backends." | ||
} | ||
]; |
Oops, something went wrong.