StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Product

  • Stacks
  • Tools
  • Companies
  • Feed

Company

  • About
  • Blog
  • Contact

Legal

  • Privacy Policy
  • Terms of Service

© 2025 StackShare. All rights reserved.

API StatusChangelog
  1. Home
  2. Companies
  3. Banyan
Banyan logo

Banyan

Verified

Full stack restaurant cloud POS

banyanspace.com
14
Tools
9
Decisions
0
Followers

Tech Stack

Application & Data

5 tools

MySQL logo
MySQL
Python logo
Python
Tornado logo
Tornado
JavaScript logo
JavaScript
Android SDK logo
Android SDK

DevOps

1 tool

Amazon CloudWatch logo
Amazon CloudWatch

Team Members

Anish Gupta
Anish GuptaDirector

Engineering Blog

Stack Decisions

Anish Gupta
Anish Gupta

Mar 1, 2017

CloudWatch is used to monitor our servers on AWS including our EC2, RDS and ElastiCache. Amazon CloudWatch

1.72k views1.72k
Comments
Anish Gupta
Anish Gupta

Mar 1, 2017

As a cloud based POS, we used Android Apps as the business side frontend for our clients. Android SDK

798 views798
Comments
Anish Gupta
Anish Gupta

Apr 16, 2016

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. React

744 views744
Comments
Anish Gupta
Anish Gupta

Apr 16, 2016

Gunicorn is WSGI container that we used to run our Tornado code as it supports Asynchronous operations on tornado. Gunicorn

8.97k views8.97k
Comments
Anish Gupta
Anish Gupta

Apr 16, 2016

NGINX acts as the gateway server, decoding TLS and load balancing requests to the various downstream servers. nginx

107 views107
Comments
Anish Gupta
Anish Gupta

Mar 14, 2016

Redis is used to cache data which is rarely changed but often requested like huge JSON structures. Redis

82 views82
Comments
Anish Gupta
Anish Gupta

Mar 14, 2016

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. MySQL

49 views49
Comments
Anish Gupta
Anish Gupta

Mar 14, 2016

Tornado with Async/Await coroutines provided in Python 3.5 make up for an excellent stack for a micro-service. Tornado

12.7k views12.7k
Comments
Anish Gupta
Anish Gupta

Mar 14, 2016

Python 3.5+ is used to run our Tornado application as it support Async/Await coroutines. Python

51 views51
Comments