Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hakdogan/mongoatlas
- Owner: hakdogan
- Created: 2017-06-06T12:47:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T16:36:31.000Z (about 7 years ago)
- Last Synced: 2024-04-16T18:52:41.878Z (8 months ago)
- Topics: code-coverage, mongodb, nosql, spring-boot, spring-data-mongodb, spring-test
- Language: HTML
- Homepage:
- Size: 13.9 MB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.