| [](https://sling.apache.org) |
| |
|  [](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-org-apache-sling-nosql-launchpad/job/master/) [](https://sonarcloud.io/dashboard?id=apache_sling-org-apache-sling-nosql-launchpad) [](https://github.com/apache/sling-aggregator/blob/master/docs/status/contrib.md) [](https://github.com/apache/sling-aggregator/blob/master/docs/group/nosql.md) [](https://www.apache.org/licenses/LICENSE-2.0) |
| |
| # Apache Sling NoSQL Launchpad |
| |
| This module is part of the [Apache Sling](https://sling.apache.org) project. |
| |
| Variant of the Sling Launchpad to run NoSQL Resource Providers in standalone mode. |
| |
| To run with NoSQL MongoDB resource provider: |
| |
| ``` |
| java -Dsling.run.modes=nosql-mongodb -jar target/org.apache.sling.nosql.launchpad-1.0.0-SNAPSHOT.jar -c sling -f - |
| ``` |
| |
| To run with NoSQL Couchbase resource provider: |
| |
| ``` |
| java -Dsling.run.modes=nosql-couchbase -jar target/org.apache.sling.nosql.launchpad-1.0.0-SNAPSHOT.jar -c sling -f - |
| ``` |