Skip to content
Update feature list authored by Gaurav Kumar's avatar Gaurav Kumar
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
## Detailed feature list (v1.0.0) ## Detailed feature list (v1.0.0)
### External Integration components ### External Integration components
node-microservice is a node module (npm) that gives a standard blueprint for creating new micro-services in NodeJS. This blueprint attempts to bring in industry standard [design patterns](https://microservices.io/patterns/index.html) relevant and required for a micro-services based architecture. To implement these patterns, we typically need to integrate with a lot of tools and services from Infrastructure and Platform. This blueprint takes a opinionated view on selection of these tools and offers these integrations out-of-the-box. A list of these tools and services pre-integrated in node-microservice are as below ```node-microservice``` is a node module (npm) that gives a standard blueprint for creating new micro-services in NodeJS. This blueprint attempts to bring in industry standard [design patterns](https://microservices.io/patterns/index.html) relevant and required for a micro-services based architecture. To implement these patterns, we typically need to integrate with a lot of tools and services from Infrastructure and Platform. This blueprint takes a opinionated view on selection of these tools and offers these integrations out-of-the-box. A list of these tools and services pre-integrated in node-microservice are as below
1. **Redis 4.0+** : It is used as a caching server. 1. **Redis 4.0+** : It is used as a caching server.
2. **MySQL 5.6+** : It is used as a persistent data store [Database schema per service pattern](https://microservices.io/patterns/data/database-per-service.html). 2. **MySQL 5.6+** : It is used as a persistent data store [Database schema per service pattern](https://microservices.io/patterns/data/database-per-service.html).
... ...
......