Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Our backend chapter believes in micro-services. We would like to scale up our system as freely as possible. The main flavor of our services in Node.Js and Typescript. For our persistence storage we chose MongoDB and Elasticsearchand we use Elasticsearch to search through large volumes of data quickly. All services communicate with HTTP requests with our interpretation of REST practices. 

...