pouchdb Questions

2

Solved

I've never used CouchDB. I want to use PouchDB on my client app but I'm not sure if it can be integrated with MongoDB because Pouch was designed to be used with CouchDB. Although my API is written ...
Forsook asked 24/6, 2014 at 10:55

1

I wish to use PouchDB - CouchDB for saving user data for my web application, but cannot find a way to control the access per user basis. My DB would simply consists of documents using user id as th...
Gerome asked 18/5, 2015 at 4:49

1

I am developing an app in ionic framework and using MongoDB as database. I want to work my app on offline and sync the data to my database. I find PouchDB which works as a local storage and sync wi...

1

Solved

Currently we have a web app that uses mysql database which is accessd via PHP. We are planning to have a mobile app using Ionic Framework that will have offline access and also sync with the web ap...
Mournful asked 30/7, 2015 at 6:5

1

In Pouchdb, what can be the best way to handle multiple data collections? I mean, for example, that instead of a simple to-do list, I need multiple to-do lists, like: home to-do, work to-do, commun...
Swingle asked 24/7, 2015 at 10:53

3

Solved

Currently I'm experimenting with localStorage to store a large amount of objects of same type, and I am getting a bit confused. One way of thinking is to store all the object in an array. But then...
Grandpapa asked 1/7, 2015 at 9:43

2

Solved

I am wondering how the architecture should look like when using PouchDB as a local storage in a mobile app instead of localStorage. At this moment I am used to cache my app's data into localStorag...
Reuven asked 10/6, 2015 at 14:14

1

I'm amazed by the sync capabilities of Pouch and Couch DB, but I'm looking for for an alternative that will let me use my MongoDB databases for client-sync. Is there such thing? If there is, I'd l...
Finical asked 1/12, 2014 at 9:26

2

I am implementing an AngularJS web app with Firebase as a backend; it should work offline, too; multi-user sync issues should be very limited, since the app - by design - will only allow new data e...
Philippine asked 23/9, 2014 at 8:7

1

Solved

I use the PouchDB-authentication plugin and I love it. However, I'm a little confused about the signup process and maybe I don't use it the right way. I use it to create new users in my CouchDB da...
Goeselt asked 4/5, 2015 at 11:7

1

Solved

Best approach to store multiple user data is per user per database. I am using this same approach. I have couchdb on server and pouchdb for mobile application. I am maintaining each user data by c...
Sukhum asked 4/5, 2015 at 11:20

1

Solved

I have a PouchDB app that manages users. Users have a local PouchDB instance that replicates with a single CouchDB database. Pretty simple. This is where things get a bit complicated. I am introd...
Outsider asked 12/3, 2015 at 14:0

2

Solved

I'm developing an app using ionic framework, and it will fetch some data from an API which was built using laravel, save it in a database so when the user is offline he can continue use the app, I ...
Dogger asked 19/2, 2015 at 15:33

1

Solved

I'm using pouchDB as a local database for an app. I want to query the results from PouchDB and load this into React.js. However, even though I'm using the waitFor() method the results of PouchDB qu...
Aranda asked 5/1, 2015 at 18:56

4

Lets suppose we store cars (about 40MB) represented as JSON objects in a PouchDB, and we would like to search, based on the horsepower attribute. example in sql: select * from cars where HP > 100. ...
Forestall asked 22/12, 2013 at 13:31

1

Solved

I got a ~10k entries(~30Mo, no attachment) database in my couchDB. Using Pouchdb browser-side, when replicating from couch, it takes really a while to complete... What surprise me is the amount o...
Schnorkle asked 14/10, 2014 at 20:34

2

Solved

I need to sync server data from CouchDB and PouchDB on client side. Every user has his own data. When he is online this data is being updated. How can I filter data during replication and give user...
Sapro asked 27/5, 2014 at 11:26

1

Solved

I am storing ~2500 images as attachments in same doc in CouchDB. These images occupy roughly about 15MB in hard drive and resultant CouchDB is roughly 17MB. When I push this document to my client ...
Laborsaving asked 18/5, 2014 at 16:36

1

Solved

I have a single page web app written using AngularJS. It uses PouchDB to replicate to a CouchDB server and works fine. The problem comes when I try to convert the webpage to be available offline b...
Frutescent asked 12/5, 2014 at 7:50

1

Solved

I create a pouchDB document with "_id", "name", and "status" fields. However, I find that if I want to update the "status" field of the document then I need to also specify all the other fields I a...
Ballarat asked 12/5, 2014 at 9:59

2

Solved

I would like to give a web app with a PostgreSQL database 100% offline functionality. In an ideal case the database should be completely replicated in the browser per user, and synchronized when on...
Grassi asked 13/11, 2013 at 12:0

1

Solved

I'm new to both CouchDB and PouchDB and am using it to create a contact management system that syncs across mobile and desktop devices, and can be used offline. I am seeing that using PouchDB is in...
Beechnut asked 25/8, 2013 at 23:16

3

Solved

I have an existing web app that runs offline (using HTML5 cache manifest). I am storing data in localStorage. I am going to hit the 5Mb limit for localStorage. Can I use CouchDB as a local db, eff...
Spiritism asked 1/9, 2011 at 17:0

1

Solved

I've set up a local CouchDB database and I'd like to replicate it to a PouchDB database, using JavaScript in a web page running on localhost. With the code below I get this error: Origin http:...
Polished asked 11/6, 2013 at 15:31

1

Solved

I have been exploring using PouchDB as an offline cache for raster map tiles. Specifically, for Leaflet. I have just finished some preliminary tests which I thought I would share.
Unsure asked 23/5, 2013 at 18:27

© 2022 - 2024 — McMap. All rights reserved.