Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hakdogan/mongoatlas

:four_leaf_clover: This application simply exemplifies working with MongoDB Stitch via Mongo Atlas which is mongo cloud service
https://github.com/hakdogan/mongoatlas

code-coverage mongodb nosql spring-boot spring-data-mongodb spring-test

Last synced: about 2 months ago
JSON representation

:four_leaf_clover: This application simply exemplifies working with MongoDB Stitch via Mongo Atlas which is mongo cloud service

Awesome Lists containing this project

README

        

![Build Status](https://travis-ci.org/hakdogan/MongoAtlas.svg?branch=master)
!["Codecove Coverage](https://codecov.io/gh/hakdogan/MongoAtlas/branch/master/graph/badge.svg)
!["Docker Pulls](https://img.shields.io/docker/pulls/hakdogan/mongoatlas.svg)
![](https://badges.gitter.im/MongoAtlas/Lobby.svg)

This application simply exemplifies working with MongoDB Stitch via
Mongo Atlas which is mongo cloud service.

What’s Mongo Atlas?
===================

MongoDB Atlas is a cloud-hosted MongoDB service engineered and it
abstract to the management of database, setup and configuration
processes from you. [Details](https://www.mongodb.com/cloud/atlas)

What’s MongoDB Stitch?
======================

MongoDB Stitch provides to full access to MongoDB, declarative
read/write controls and integration with your choice of services.
[Details](https://www.mongodb.com/cloud/stitch)

Run
===
````
mvn spring-boot:run
````

Run with Docker
===============
````
docker run -d --rm -p 8080:8080 hakdogan/mongoatlas
````

![](images/atlas.gif)

For this tutorial, I followed [Stitch
documentation](https://docs.mongodb.com/stitch/getting-started/first-stitch-app/)
to use the JavaScript Client example.