Questions tagged [usergrid]

Apache Usergrid is a Backend-as-a-Service (“BaaS”) built on Cassandra, and accessible via a REST API. Any app can store data in Usergrid. There's an SQL-like syntax for running queries, with full property indexing, full-text search, and geolocation search.

Apache Usergrid is an open-source project implementing a NoSQL Backend-as-a-Service (“BaaS” or “mBaaS”) that can be used in any app to store any structured data. The store is built on Cassandra, and it offers several ways for apps to connect: a REST API, and a number of client-side libraries for JavaScript, Objective-C, and so on.

For administering the system, there's an admin portal that enables developers to rapidly build and manage web and/or mobile applications.

Usergrid provides the most common services required for building apps, such as user registration & management, data storage, file storage, roles, and permissions, and features SQL-like syntax for running queries, with full property indexing, full-text search, and geolocation search.

Project Homepage
http://usergrid.apache.org/

107 questions
1
vote
2 answers

How do I query Arrays in Usergrid collections?

I'm successfully able to GET data from GET /mycollection?ql=select data.visitor.badges where data.visitor._id = 'f33498' Which returns { "action": "get", "application": "313hhlkhj77080", "params": { "ql": [ "select data.visitor.badges…
klevak
  • 63
  • 4
1
vote
2 answers

Cloud / server side code with Apigee or Usergrid

Is it possible to execute server side code (something like Parse "Cloud Code") with Apigee, as backend for a mobile app as client? I'd want to use the out of the box "App Services" functionality, but perform some extra stuff (like updating data)…
thomers
  • 2,603
  • 4
  • 29
  • 50
1
vote
3 answers

Is there a way to back up my App Services / Usergrid data

App Services is a great place to store data but now that I have a lot of critial info in there I realized there isn't a way to create a backup or roll back to an earlier state (in case I did something stupid like -X DELETE /users) Any way to back up…
Michael Bissell
  • 1,210
  • 1
  • 8
  • 14
1
vote
1 answer

Apigee App Services/Usergrid query not returning results as expected

I created a container called /courseattendees with the following payload: { uuid: "972a794a-8312-11e3-b1ca-b531afb5f461" type: "courseattendee" created: 1390360162004 modified: 1390360162004 badge: "blank.png" course:…
Michael Bissell
  • 1,210
  • 1
  • 8
  • 14
1
vote
2 answers

Usergrid Cannot delete entities error

Suddenly getting a 'class_cast' cannot delete error when trying to delete entities since yesterday. What could be causing this? This error is happening via both the Javascript API and the App Services Portal. HELP!! Error response from javascript…
JBNJ
  • 31
  • 3
1
vote
0 answers

Usergrid Build Error, Error in opening zip file

while I'm trying to build Usergrid, I'm coming across the following error. [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] error: error reading…
anwith.ct
  • 663
  • 8
  • 22
0
votes
0 answers

Updated Maven dependencies and still getting warnings

I have an old POM file that is referencing dependencies from the now defunct codehaus repository. I have done: $ mvn dependency:resolve AND mvn clean install -U Both return: [INFO] Scanning for projects... Downloading from codehaus.org:…
MoreScratch
  • 2,933
  • 6
  • 34
  • 65
0
votes
0 answers

Resolving dependencies in Maven fails

I am trying to deploy Usergrid with the following POM file: https://github.com/apache/usergrid/blob/master/deployment/aws/pom.xml Initially, I got a bunch of dependency issues so I ran: mvn dependency:resolve-plugins In the output I got some errors…
MoreScratch
  • 2,933
  • 6
  • 34
  • 65
0
votes
0 answers

swift JSON calls, closures using usergrid IOS SDK and multiple calls

I am using Xcode 8.2.1 for an IOS app, the latest usergrid SDK 2.1.3. I am having troubles with the best way to make multiple calls to usergrid to validate data before finally creating a new entity. The problem is the code is continuing before the…
Johnny B
  • 1
  • 1
0
votes
1 answer

Is usergrid recommended for apps with real time functionality?

Meaning, is it possible (and scalable) to build applications with chat functionality using only usergrid as backend? Or should I use some other solution for this specific functionality? Thank you
0
votes
0 answers

Usergrid Upgrade from 2.1.0 to 2.1.1

Has anyone upgraded an existing instance of usergrid 2.1.0 to usergrid 2.1.1. I tried updating the WAR but encountered errors on start. Error Stack Mentioned below, which suggests that it is looking for some AWS config, but I have not installed it…
ganaraj
  • 420
  • 3
  • 13
0
votes
1 answer

usergrid 2.1 ql not working with old records. portal also not giving the old records, but records count is available

usergrid 2.1 ql not working with old records. portal also not giving the old records, but records count is available, I tried without ql and it working fine, but in my project, I am using ql. No way to remove it from the project. If I insert the new…
0
votes
1 answer

Usergrid is failed to start. usergrid.cluster_name property must be set

I am trying to setup Usergrid 2.1.0. I downloaded binaries and trying to setup with tomcat, cassandra and elasticsearch. I am following this. i created 'usergrid-default.properties' and saved in my 'tomcat_home/lib' folder. when i going to start the…
Shahnaz Khan
  • 1,055
  • 1
  • 14
  • 26
0
votes
1 answer

Extremely high CPU load on ES and Cassandra

We have set up usergrid (2.1.0) with ES 1.7.5 and Cassandra 3.7, on a very big system: 12 machines for UG, 9 for cassandra and 9 for elasticsearch. All (virtual) machines have 16 cores and 32 Gig rams. However, even at 3000 concurrent users, es and…
Eren Yilmaz
  • 1,082
  • 12
  • 21
0
votes
0 answers

Apigee BaaS expired token

I have an app with several users who log in on a regular basis to do Q/A on my data. Every single one of them can no longer log into the app. When they attempt to log in they are getting an expired token error. Here is my code: client_creds = {…
MoreScratch
  • 2,933
  • 6
  • 34
  • 65