Used with Ionic to support various plugins and integrations with the native environment of iOS and Android.
→
Banyan
React in conjunction with RefluxJS is used to create an extendable and responsive dashboard for our clients to analyse their daily business activities in their restaurants.
→
Banyan
Gunicorn is WSGI container that we used to run our Tornado code as it supports Asynchronous operations on tornado.
→
Banyan
NGINX acts as the gateway server, decoding TLS and load balancing requests to the various downstream servers.
→
Banyan
Redis is used to cache data which is rarely changed but often requested like huge JSON structures.
→
Banyan
Tornado with Async/Await coroutines provided in Python 3.5 make up for an excellent stack for a micro-service.
→
Banyan
MySQL is where most of our data lies, it's old but it's easier for us from BigData background to use and build on top of. If the data is properly indexed and the servers properly sharded, MySQL is quite performant.