/ibm-nodeserver-pet-store

Nodejs microservces who is able to upload millions records on Amazon S3

Primary LanguageJavaScript

Pet Store

Pet store is a microservice which is design to work millions records and upload them on Amazon S3.

This project has purpose to give you an example how to work with:

  • IBM NodeServer Generator
  • Routing-controllers
  • MongoDB and Mongoose
  • Nodejs Streams
  • Mocha, chai and istanbul
  • Tus.io

Medium

I wrote series of articles on Medium to describe how to upload millions of records on Amazon.

Introduction

Article:

Run locally as Node.js application

npm install -g typescript
npm install
tsc
npm test
npm start