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
0
votes
1 answer

Apigee127 : Usergrid download failure preventing Mocks from being tested

Thanks for the tip Scott, I did download it a second time & ensured the size is as you mentioned it needs to be: C:\Users>a127 usergrid download Downloading Usergrid and Portal as…
user2825273
  • 565
  • 1
  • 4
  • 9
0
votes
1 answer

Apigee: Setting up local usergrid causing problems

I have downloaded Usergrid to run on my local environment. I am having issues starting up with it though . For starters I am not able to login Usergrid console. I used the default password test/test & superuser/superpassword but I am not able to get…
user2825273
  • 565
  • 1
  • 4
  • 9
0
votes
1 answer

no user specified a usergrid error

When trying to add a user to a group with Apigee and Usergrid, using the example code from the apigee website, I keep receiving the error "no user specified" How do I specify the user? The code is correct, and it seems like the apigee.js code has an…
Mike Ferrari
  • 157
  • 1
  • 11
0
votes
1 answer

Apigee Usergrid | migrating data between applications

Is there any standard migration process to move data collection+entities from one application to an other within the same org of usergrid?
lonelymo
  • 3,972
  • 6
  • 28
  • 36
0
votes
1 answer

Apigee Usergrid: Automatic database trigger based on passage of time

I am using Apigee Usergrid to create a car service database. My scenario is as such. A customer can book his car for a service with his mobile app. This creates a service request in the car service db . Now, many a times, the customers do not turn…
lonelymo
  • 3,972
  • 6
  • 28
  • 36
0
votes
1 answer

Querying large collection is slow... optimization strategies?

We have a collection that contains about 30K entities. When we query for a subset using a UUID of another entity in another collection there is quite a delay (5-10secs on avg.). Is there a way to optimize this? Would creating connections be faster?…
MoreScratch
  • 2,933
  • 6
  • 34
  • 65
0
votes
1 answer

Usergrid new application creation parsing error

I am encounter a parsing error when following the Apache Usergrid documents when creating a new application. curl -H "Authorization: Bearer " -H "Content-Type: application/json" -X POST -d '{ "name" : "resturantapp" }'…
Alex T
  • 13
  • 2
0
votes
1 answer

How do I query JSON entities with spaces in attribute names?

Is it possible to select and query JSON attribute names with spaces in them? For example: GET http://xyzz.com/appservices/xyzz/mycollection?ql=select data.sequences.Lifetime%20Referring%20Sources where data._id = 1234 Escaping with %20 in this case…
klevak
  • 63
  • 4
0
votes
2 answers

Usergrid: How do I delete collections

Once again an usergrid question. Something that I cant find in the docu. How do I delete a collection? Not the entities in the collection. But the collection itself. As per Apigee's ReSTful guideline webinar, I understand that collection name should…
lonelymo
  • 3,972
  • 6
  • 28
  • 36
0
votes
1 answer

How do we store relationships in usergrid?

I have two collections 1)Cities 2) CarShowrooms. Now when I search for a car showroom let's say "Suzuki", I want to list all possible cities that has Suzuki show room. On the other hand I want to list all CarShowrooms in a city. Since it is a no-sql…
lonelymo
  • 3,972
  • 6
  • 28
  • 36
0
votes
2 answers

Using Apigee with PHP

We heard about UserGrid as a NOSQL non-relational database and a highly scalable solution for a project. We were positive that this was the route for us, until we found Apigee. Apigee seems to be based on UserGrid but offers hosting as well as other…
Chris Rogers
  • 1,525
  • 2
  • 20
  • 40
0
votes
1 answer

Apache Usergrid Link Issues

On the Usergrid main docs page The following links return a 404 Error. Does anybody know where the open-source version of the Admin Portal is (as is referenced on the Apache site)? Is the Apigee portal the only…
0
votes
1 answer

Usergrid requests queing

I've started to check USERGRID as front+back end solution for my last project. Actually, I'm focused on evaluating the performance of this framework. I couldn't find any information about the treatment of the REST requests arriving to the server.…
0
votes
1 answer

Is there any way to migrate the built-in usergrid db

I've been running usergrid-stack commit 08f26cc865c96185d11990bf622730beff59971a for a while using the built-in cassandra db. I need to migrate to another server and thought I'd take the chance to update. I tried copying the folder…
-1
votes
1 answer

Usergrid: how to stream a long list of connections?

Let's say I have some collection called someentity that has connections to other entities via a verb subscribedto. For a particular entity with id some_id, I'd like to pull all the entities that are connected to this entity via the subscribedto…
andrew.w.lane
  • 118
  • 3
  • 10