Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/themodernway/themodernway-server-mongodb
MongoDB Driver and Framework for TheModernWay
https://github.com/themodernway/themodernway-server-mongodb
groovy java modern mongodb server-mongodb
Last synced: 2 days ago
JSON representation
MongoDB Driver and Framework for TheModernWay
- Host: GitHub
- URL: https://github.com/themodernway/themodernway-server-mongodb
- Owner: themodernway
- License: apache-2.0
- Created: 2017-02-14T08:03:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-16T20:59:43.000Z (over 6 years ago)
- Last Synced: 2023-07-02T22:05:54.407Z (over 1 year ago)
- Topics: groovy, java, modern, mongodb, server-mongodb
- Language: Java
- Homepage: https://www.themodernway.com
- Size: 139 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
The Modern Way Server MongoDB
======![](http://docs.themodernway.com/tmw4.jpg)
The Modern Way Server MongoDB is a package containing basic server MongoDB support.
https://github.com/themodernway/themodernway-server-mongodb
Downloading artifacts
RELEASE:
Maven:
```xmlcom.themodernway
themodernway-server-mongodb
2.2.6-RELEASE```
Gradle:```
dependencies {
compile(group: 'com.themodernway', name: 'themodernway-server-mongodb', version: '2.2.6-RELEASE')
}
```
Javadoc URL:http://docs.themodernway.com/documents/javadoc/themodernway-server-mongodb-v2/
Check Style URL:
http://docs.themodernway.com/documents/reports/themodernway-server-mongodb-v2/checkstyle/main.html
PMD URL:
http://docs.themodernway.com/documents/reports/themodernway-server-mongodb-v2/pmd/main.html
FindBugs URL:
http://docs.themodernway.com/documents/reports/themodernway-server-mongodb-v2/findbugs/main.html
CVE Dependency Check URL:
http://docs.themodernway.com/documents/reports/themodernway-server-mongodb-v2/cve/dependency-check-report.html
SonarQube URL:
https://sonarcloud.io/dashboard?id=com.themodernway%3Athemodernway-server-mongodb
![alt SonarQube](https://sonarcloud.io/api/project_badges/quality_gate?project=com.themodernway%3Athemodernway-server-mongodb "SonarQube")
License:
Copyright (c) 2018 The Modern Way. All rights reserved.
The Modern Way Server MongoDB is released under version 2.0 of the Apache License.
http://www.apache.org/licenses/LICENSE-2.0.html
Author(s):
Dean S. Jones
[email protected]