All Projects → Crizstian → Cinema Microservice

Crizstian / Cinema Microservice

Example of a cinema microservice

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects
RAML
58 projects

Projects that are alternatives of or similar to Cinema Microservice

Mongoke
Instant Graphql for MongoDb (active branch is golang, rewrite in process)
Stars: ✭ 203 (-87.44%)
Mutual labels:  microservice, mongodb
Restheart
RESTHeart - The REST API for MongoDB
Stars: ✭ 659 (-59.22%)
Mutual labels:  microservice, mongodb
Nodejs Microservice Starter
🌱 NodeJS RESTful API Microservice Starter
Stars: ✭ 220 (-86.39%)
Mutual labels:  microservice, mongodb
Nodejs Roadmap
【Nodejs-Roadmap】侧重于 Node.js 服务端的开发指南,公众号 “Nodejs技术栈”
Stars: ✭ 2,278 (+40.97%)
Mutual labels:  microservice, mongodb
Aspnet Core Clean Arch
It is a clean architecture project template which is based on hexagonal-architecture principles built with .Net core.
Stars: ✭ 60 (-96.29%)
Mutual labels:  microservice, mongodb
Space Cloud
Open source Firebase + Heroku to develop, scale and secure serverless apps on Kubernetes
Stars: ✭ 3,323 (+105.63%)
Mutual labels:  microservice, mongodb
Microservices Event Sourcing
Microservices Event Sourcing 是一个微服务架构的在线购物网站,使用Spring Boot、Spring Cloud、Spring Reactor、OAuth2、CQRS 构建,实现了基于Event Sourcing的最终一致性,提供了构建端到端微服务的最佳实践
Stars: ✭ 657 (-59.34%)
Mutual labels:  microservice, mongodb
Event Sourcing Jambo
An Hexagonal Architecture with DDD + Aggregates + Event Sourcing using .NET Core, Kafka e MongoDB (Blog Engine)
Stars: ✭ 159 (-90.16%)
Mutual labels:  microservice, mongodb
Docker Flask Mongodb Example
Uses docker compose with a python flask microservice and MongoDB instance to make a sample application
Stars: ✭ 49 (-96.97%)
Mutual labels:  microservice, mongodb
Goodskill
🐂基于springcloud +dubbo构建的模拟秒杀项目,模块化设计,集成了分库分表、elasticsearch🔍、gateway、mybatis-plus、spring-session等常用开源组件
Stars: ✭ 786 (-51.36%)
Mutual labels:  microservice, mongodb
Appkernel
API development made easy: a smart Python 3 API framework
Stars: ✭ 152 (-90.59%)
Mutual labels:  microservice, mongodb
Android Kubernetes Blockchain
WARNING: This repository is no longer maintained ⚠️ This repository will not be updated. The repository will be kept available in read-only mode. Refer to https://developer.ibm.com/patterns/category/blockchain/ for other blockchain code patterns.
Stars: ✭ 105 (-93.5%)
Mutual labels:  microservice, mongodb
Hexagonal Architecture Acerola
An Hexagonal Architecture service template with DDD, CQRS, TDD and SOLID using .NET Core 2.0. All small features are testable and could be mocked. Adapters could be mocked or exchanged.
Stars: ✭ 293 (-81.87%)
Mutual labels:  microservice, mongodb
Awesome Serverless
☁️ A curated list of awesome services, solutions and resources for serverless / nobackend applications.
Stars: ✭ 6,654 (+311.76%)
Mutual labels:  microservice, cloud-computing
Event Sourcing Castanha
An Event Sourcing service template with DDD, TDD and SOLID. It has High Cohesion and Loose Coupling, it's a good start for your next Microservice application.
Stars: ✭ 68 (-95.79%)
Mutual labels:  microservice, mongodb
Innovate Digital Bank
This repository contains instructions to build a digital bank composed of a set of microservices that communicate with each other. Using Nodejs, Express, MongoDB and deployed to a Kubernetes cluster on IBM Cloud.
Stars: ✭ 115 (-92.88%)
Mutual labels:  microservice, mongodb
Lelylan
Open Source Lightweight Microservices Architecture for the Internet of Things. For developers.
Stars: ✭ 1,513 (-6.37%)
Mutual labels:  microservice
Nassh Relay
Relay Server for the Secure Shell Chromium plugin
Stars: ✭ 118 (-92.7%)
Mutual labels:  microservice
File Storage
File storage abstraction for Yii2
Stars: ✭ 116 (-92.82%)
Mutual labels:  mongodb
Nodejs Ecommerce Store
An ecommerce store built in NodeJS
Stars: ✭ 114 (-92.95%)
Mutual labels:  mongodb

Build a NodeJS microservice and deploy it to Docker

This is the repo example for the article.

Stack

We’ll use a simple NodeJS service with a MongoDB for our backend.

  • NodeJS 7.5.0
  • MongoDB 3.4.2
  • Docker for Mac 1.13.0

Microservices

How to run the cinema microservice

We need to have docker installed previously.

$ bash < kraken.sh

This will basically install every microservice and setup the docker swarm cluster

and deploy every docker service in the swarm.

To monitor the cluster in a graphic mode we can go and visit the following url: http://192.168.99.100:9000

and this will give us the rancherOS web interface.

Blog posts

LICENSE

The MIT License (MIT)

Copyright (c) 2017 Cristian Ramirez

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].