Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

apache/usergrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e12fbcb · Dec 17, 2020
Aug 25, 2014
Oct 18, 2017
Aug 28, 2018
Oct 26, 2017
Aug 29, 2018
Feb 23, 2016
Sep 2, 2016
Dec 17, 2020
Sep 23, 2016
Apr 7, 2015
Jul 28, 2016
Oct 18, 2017
Nov 19, 2014
Feb 4, 2016
Sep 7, 2020
Oct 1, 2015
Jan 28, 2016
Jul 3, 2015
Aug 25, 2015
Sep 26, 2015
Sep 2, 2016
Sep 30, 2016

Repository files navigation

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.