Hello!
On Mon, May 12, 2014 at 11:02 AM, Suman Adak wrote:
> I am already running ngnix proxy on top of our API service. I am just
> thinking if I can use ngnix as API gateway like 3scale does. For all
> authentication and monitoring, redis can be used as data channel. Once I do
> API publishing with web based GUI, all rules will be published with redis.
> Ngnix would check rules before dispatching back-end API service, All
> monitoring logs also goes with redis ->logstash-> elasticsearch->kibana can
> be used for visualization of API traffic. This approach might save a round
> trip with API gateway server for authentication and metrics collection.
>
Yes, this looks like perfect fit for OpenResty :)
You're welcome to ask more specific questions here when you have a
particular problem or something. But you'd better google for an answer
first to avoid FAQs (like the one you asked in this thread).
Best regards,
-agentzh