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

Using Apigee or usergrid REST API, how can I query entities by a list of UUIDs?

How can I query for entities using a list of UUIDs in Apigee/usergrid using the REST API? I'm using Apigee for sending push notifications via REST API, and have it working correctly for 1 device or all devices, but would like to target a subset of…
695Multimedia
  • 366
  • 1
  • 8
0
votes
1 answer

Alternative for Apache Usergrid Counters

I am using Apache Usergrid for a project. However I have a serious problem with its counters. It may take to 30 seconds for a counter to be updated. So I want to use something other than usergrid counters. My question is: Is there a structure for…
kundante
  • 2,100
  • 2
  • 16
  • 20
0
votes
1 answer

Apache UserGrid won't start

SEVERE: Context [] startup failed due to previous errors 2016-09-02 10:47:04,606 INFO (http-bio-8080-exec-1) [org.apache.usergrid.rest.ShutdownListener] - ShutdownListener invoked 2016-09-02 10:51:13,857 ERROR (http-bio-8080-exec-6)…
rajan
  • 33
  • 6
0
votes
0 answers

Usergrid - unfollowed group posts still visible in feed

We are having problems while using the social graph features of Apache Usergrid (2.1). Here is a sample: We have this scenario (sandbox rules are off): We have group1, user1 and user2 User1 and user2 follows group1 User1 posts to group1 -> the post…
Eren Yilmaz
  • 1,082
  • 12
  • 21
0
votes
1 answer

How do you assign a role to a new user on signup in UserGrid using php?

I am trying to develop a POC using UserGrid where a user can signup and then login and then can simply upload images to store online and download it later. Somewhat similar to a OneDrive. I am using the api.usergrid.com Using the dashboard I have…
amitection
  • 2,696
  • 8
  • 25
  • 46
0
votes
1 answer

How to stop Cassandra on windows at Port 9160

How to stop Cassandra on windows at Port 9160 S:\apigeeUserGrid>a127 usergrid start [Error: Port 9160 in use. Stop Cassandra process (or other process using port) and try again.]
Shujath
  • 1
  • 1
0
votes
1 answer

Usergrid Build Error

while I'm trying to build Usergrid, I'm coming across the following error. [INFO] ------------------------------------------------------------------------ [INFO] Total time: 12.752 s [INFO] Finished at: 2015-12-16T01:02:23+03:30 [INFO] Final Memory:…
Chris
  • 3
  • 3
0
votes
0 answers

Recommendations on how to create an offline wrapper for usergrid?

The app will be written with Ionic (thus ported to iOS and Android). I am interested in Usergrid (as opposed to using Parse or Firebase), but I would need some offline functionality. If I was going to create a wrapper that would do some cacheing,…
Nate Uni
  • 933
  • 1
  • 12
  • 26
0
votes
2 answers

usergrid collection permission not working

I have created user name abcdef and added permission for that user for concerts collection as When I query for concerts, I expect it to return nothing but it returns all concerts entity. Is there something that I am missing on applying…
Lionel
  • 604
  • 9
  • 26
0
votes
2 answers

Is it possible to do Cassandra query from usergrid api

I'm using usergrid and need to execute raw Cassandra query. Is it possible to execute raw Cassandra query from usergrid api?
Lionel
  • 604
  • 9
  • 26
0
votes
1 answer

Apigee Usergrid: Which data structure amongst the two here is better?

I am using Apigee Usergrid which user Cassandra internally. While storing data I have the following predicament. Do I store data like this: [{ "portlet": "personal_information", "fields": [{ "id": "first_name", "text": { "en_us":…
lonelymo
  • 3,972
  • 6
  • 28
  • 36
0
votes
2 answers

Usergrid module of node.js fails while execution

I am using usergrid module of node.js on my one machine, but now I got my new laptop, and installed all the required packages on laptop, but here the execution of usergrid module fails, while the same code and same modules gets executed on my…
0
votes
1 answer

How to export assets using the export Usergrids export tool

When I run the export command here below it creates a new export folder containing a set of JSON files that corresponds to the different apps and organisations I have. $ java -jar usergrid-tools.jar export Unluckly the Assets (files) I've stored…
Jan Moritz
  • 2,145
  • 4
  • 23
  • 33
0
votes
2 answers

Where are stored the assets on an Usergrid server?

I want to know where the assets (files) are stored on an Usergrid server and how to change their location on the filesystem.
Jan Moritz
  • 2,145
  • 4
  • 23
  • 33
0
votes
1 answer

how to implement geo location through Apigee

I'm doing an sample eCommerce webpage where I have the following collections in BaaS-- customer address(zip code) and store address(zip code along with latitude & longitude). So in webpage when customer clicks "check nearest stores". Then the google…
api_man
  • 1
  • 2