Skip to content
This repository was archived by the owner on Mar 21, 2023. It is now read-only.
/ pylon Public archive

Pylon is an Open Source API Gateway which is written in Elixir.

Notifications You must be signed in to change notification settings

tecnobrat/pylon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pylon

Pylon is an Open Source API Gateway which is written in Elixir.

It uses a redis backend.

Why Elixir?

In a previous life (job) I worked on an erlang adserving application. It was basically a giant API Gateway. We implemented features such as rate limiting, traffic mirroring, and fetching from multiple sources and aggregating the result.

Erlang was an amazing language to do these sorts of tasks. We could decide what tasks needed to happen in real-time, while others could happen as background tasks. Erlang handles this very nicely as well as handling a MASSIVE amount of concurrency.

About

Pylon is an Open Source API Gateway which is written in Elixir.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published