solo-io / gloo-function-discovery

Function Discovery for Gloo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gloo

Gloo Function Discovery


Gloo is a function gateway built on top of the Envoy Proxy. Gloo provides a unified entry point for access to all services and serverless functions, translating from any interface spoken by a client to any interface spoken by a backend. Gloo aggregates REST APIs and events calls from clients, "glueing" together services in-cluster, out of cluster, across clusters, along with any provider of serverless functions.

This Repo

Here you will find the source files for Gloo's function discovery service. The Function Discovery Service automates discovery of functions for easy routing.

Currently supported function types:

  • OpenAPI 2.0/Swagger
  • AWS Lambda
  • Google Cloud Functions

For more understanding about how function discovery and function routing works, head over to our documentation.

Documentation

Get started by reading our docs here: https://gloo.solo.io/

Community

Join us on our slack channel: https://slack.solo.io/

About

Function Discovery for Gloo

License:Apache License 2.0


Languages

Language:Go 99.6%Language:Makefile 0.4%