couchapp Questions
1
Solved
I am trying to regain access to my databases stored in CouchDB, but the error This database failed to load. gets shown instead of the databases (see attachments).
I started seeing all of these er...
Chaffer asked 9/2, 2018 at 15:39
5
Solved
Specifically, I am finding "evently" to be a bit of a hurdle to getting started with Couchapp. I really like the idea of an App served from CouchDB, but I want to get started without having to figu...
1
Solved
We have a couchapp application with multiple users and a complex system of permissions.
Our models are of two kinds: Foo and bar.
Users have admin access to their own Foo and Bar, and can be given...
Selfsatisfied asked 24/7, 2014 at 14:30
2
Solved
Hi I read about two ways for implementing per-document read access for couchapps:
Each user gets his own database which contains only data this user is allowed to read. Then all users write to a ...
2
I want to implement a webapp - a feed that integrates data from various sources and displays them to users. A user should only be able to see the feed items that he has permissions to read (e.g. be...
Oleaceous asked 15/5, 2012 at 13:38
3
Solved
I've written a lot of django applications and become accustomed to extending unittest.TestCase and running python manage.py test app_name. Is there a similarly simple way to unit test Kanso apps? P...
Devilry asked 25/11, 2011 at 9:38
1
Solved
I'm building a standalone couchdb application. These are called couchapps. The idea is that the database itself is served on port 80 and returns HTML and works as the actual website. This is a very...
1
I'm trying to write my first Couchapp with jQuery mobile. In every desktop browser I tested (IE/FF/Chrome/Safari), the app functions exactly as intended. But when I try the same page in any mobile ...
Launderette asked 26/7, 2011 at 20:55
1
Solved
I'm tryting to decide the best approach for a CouchApp (no middleware). Since there are similarities to my idea, lets assume we have a stackoverflow page stored in a CouchDB. In essence it consists...
2
Solved
I have been playing with CouchDB and CouchApp for a little while now. I am planning on using it for a new web site project I'm working on.
From a scalability viewpoint I love the idea of CouchApp....
1
Solved
I'm using CouchApp to build an easy web application that allows to upload and manage pictures. The actual image file is stored as attachment to the doc like show below.
{
"_id":"09fe82d75a26f9aa5...
2
Solved
What are some of the good learning resources that you have come across aiding your application development in CouchApp stack including Evently and Mustache.js?
3
Solved
when generating a new couchapp, I get this structure:
appname
├── _attachments
│ └── style
├── evently
│ ├── items
│ │ └── _changes
│ └── profile
│ └── profileReady
│ └── selectors
│...
1
Solved
What is the difference between a show and a list function and what is the purpose for them?
I'm studying CouchDB right now and reading bunch of different tutorials for CouchDB but this question ne...
1
Solved
For some reason I'm only getting a null key from map/reduce result in couchdb on mac
Result:
{"rows":[
{"key":null,"value":2224}
]}
Im using couchapp v8.1 and couchdb v1.0.2
My map function is...
Zahn asked 22/5, 2011 at 13:3
1
Doing some research in getting ramped up for a CouchApp project.
I understand the concept of a Document Data Store vs a regular RDBMS. And I can totally grasp modeling documents and views instead...
Carniola asked 4/2, 2011 at 21:54
2
Solved
On the frontend Im using Sproutcore.
The question is how the backend is going to look like.
Solutions:
CouchApp
Node.js between Sproutcore and CouchDB
Could CouchApp really replace Node.js on...
Rooker asked 30/11, 2010 at 4:4
2
Background
Right now, I'm trying to build an app with couchDB/couchapp that would store persistent and crucial information from the user, and am stuck on the steps required for user signup with co...
1
Solved
I'm new to CouchApp and CouchDB and have some questions.
How can I make sessions in CouchApp from my own database (not _users)?
How would I retrieve that session?
How can I parse data from a docu...
2
Solved
I want to write very simple app, witch monitors states of some sites. I also want to make it in Couchapp style without using any environment except CouchDB.
So the question is how I can make Couch...
1
© 2022 - 2024 — McMap. All rights reserved.