flask runserver |
A swiss army knife of web developement, written in python with thousand plugins for features like ORM, Security ,Scalability and so on.
python data.py |
A highly versatile and powerful high-level language capable of building concurrent as well as asynchronous models for sophisticated data driven to robust distributed systems.
docker run -it |
Reliable LXC Development Platform, hosting Official Containers and Great tools like Docker-Machine, Compose and Swarm makes it delight for development.
aws ec2 run-instances |
A cloud IaaS behemoth for services like computing, storage, networking, database, analytics, etc.
create_engine('mysql://db')|
An open source SQL toolkit and ORM for reliable developement of distributed systems. Faster SQL query rendering and ablity to handle multiple type of databases makes it a winner.
npm start ios |
A powerful framework for building native applications for platforms like iOS, Android and Windows.
This is an end microservice application giving the functionality of online text editor with four basic functions,
There will be two collection "SavedDoc" and "PublishedDoc" in our "Docs" Mongodb Database.
[Documentation..]This is an Elasticsearch application indexing all incoming data of articles applying mapping(Schema) on it then adding it in Index(Database). All the indexed data will be replicated which makes Elasticsearch really High redundant system. This Microservice will use native Elasticsearch client for Node.js which makes it very easy to intergrate. There are four major parts in this application,
Everytime appication is restarted, Initiation and Mapping gets done, Indexing, Searching and Suggesting are performed on API calls.
[Documentation..]A paper publishing web application constituting a self-explanatory Docker-Compose file.
Just clone this repository, cd into it and clone API Gateway, Editor Service and Search Service repositories in it.
Start Docker engine and type docker-compose up
in terminal. This will build all the microservice images using their Dockerfile, and will download all the required official images from dockerhub.