Mirror of Apache Usergrid

Clone this repo:
  1. 1bf227b Update maven and jdk variables for Jenkins by Keyur Karnik · 3 years, 4 months ago master
  2. 7263c17 Fix build pipeline by Keyur Karnik · 3 years, 8 months ago
  3. 774f13c Disable tests that are failing because of credentials by Keyur Karnik · 3 years, 8 months ago
  4. 7351577 Add email notifications to Jenkins pipeline by Keyur Karnik · 5 years ago
  5. 79e37c9 Merge pull request #626 from keyurkarnik/master by keyurkarnik · 5 years ago

Apache Usergrid

Overview

Usergrid is a multi-tenant Backend-as-a-Service stack for web & mobile apps, based on RESTful APIs.

Contributing

We accept all contributions via our GitHub, so you can fork our repo (apache/usergrid) and then submit a PR back to us for approval. For larger PRs you'll need to have an ICLA form on file with Apache. For more information see How to Contribute Code & Docs.

Build awesome apps with Usergrid!

Apache Usergrid provides all code necessary to build and power modern mobile applications. This includes the server stack, administrative portal website, SDKs in most popular languages, as well as command line tools.

  • The server-side stack, a Java 8 + Cassandra + ElasticSearch codebase that powers all of the features, is located under /stack. You can install dependencies and compile it with maven. See stack/README.md for instructions.

  • The admin portal is a pure HTML5+JavaScript app allowing you to register developers and let them manage their apps in a multi-tenant cluster. Located under /portal

  • SDKs for Swift, Android, HTML5/JavaScript, node.js, Java, .Net / Windows, and Python.

  • a command-line client “ugc” allowing you to complete most maintenance tasks, as well as queries in a manner similar to the mysql or the mongo shell, located under /ugc. You can install it on your machine with a simple sudo gem install ugc

For more information

See the Apache Usergrid web site and documentation.