# usergrid **Repository Path**: apache/usergrid ## Basic Information - **Project Name**: usergrid - **Description**: Usergrid 是基于 RESTful API 的 Web 和移动应用程序的多租户后端即服务堆栈 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/usergrid - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-24 - **Last Updated**: 2025-06-19 ## Categories & Tags **Categories**: restful **Tags**: None ## README 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](http://usergrid.apache.org/docs/reference/contribute-code.html). ## 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`](stack). You can install dependencies and compile it with maven. See [stack/README.md](stack#requirements) 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`](portal) * SDKs for [Swift](https://github.com/apache/usergrid-swift), [Android](https://github.com/apache/usergrid-android), [HTML5/JavaScript](https://github.com/apache/usergrid-javascript), [node.js](https://github.com/apache/usergrid-nodejs), [Java](https://github.com/apache/usergrid-java), [.Net / Windows](https://github.com/apache/usergrid-dotnet), and [Python](https://github.com/apache/usergrid-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`](ugc). You can install it on your machine with a simple `sudo gem install ugc` ## For more information See the Apache Usergrid [web site](http://usergrid.apache.org) and [documentation](http://usergrid.apache.org).