Node js With CouchDB

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Hey, man, your walkthroughs are awesome for those who is making first steps in programming. It's a great pleasure watching your videos. I'm your fan from now on)))) Cheers! And please keep it up.

cochemas
Автор

Thanks a lot for the video. I completed everything. Fyi to those trying for the first time. Follow every step as is to gain understanding before changing variables to match your use case. I did it the other way around. However, I do understand better because I had to do some troubleshooting.

_drpositive
Автор

Thank for this approach dude, can you make a little tutorial serie about node.js from zero to hero...!
i really like the way you teach, you know a lot of, i hope you take my tender.

Blessings.

neala
Автор

Thanks for creating 2 videos on CouchDB i had a query why you are using id and rev both. only id should work. Good work keep it up

PrashantNirgun
Автор

Absolutely brilliant video Brad ! CouchDB seems like it can be a serious contender to mongo in the noSQL game. Thanks a tonne for the intro :D

ThaEzioAuditore
Автор

Gentleman, This is the great tutorial ; Can you Share the Class for Session ?;

samanny
Автор

I have GB amount of data and would like to backup the database in s3 bucket and if needed, i needed to restore it. I am going to take the backup of data folder. how to backup and restore the couchdb other than replication method

IsmailKhan-ydvl
Автор

Hey, does couch handle multiple tables?
egg customers, order and invoices.

io_inc
Автор

Can anybody help in this ...while updating the document the key value is getting updated but other keys are getting removed from document

MrSaifqureshi
Автор

Any idea what should I look into if I want to do filtering search on the value?
For example, I just want to show all the data on the certain dates based on user input on the webpage (the view on couch is not flexible to do so).
I'm just moving from SQL, where I able to do it on the query using WHERE.

Thank you sir!!

JellyJofool
Автор

You can make a tutorial on how to use Nano with CouchDB

fraynicalderon
Автор

Good video. Was it necessary to create a view? If so why?

jetmartin
Автор

quick question: does ejs support arrow functions?

averial
Автор

there is one more thing admin credentials in url isn't it security threat. I am asking you taking into senario that mobile app send a request with credential isn't it risky Is there is any token or how to make it safe.

PrashantNirgun
Автор

Theres a problem with get by id.

couch.get('databaseName',

Even if you copy their example code and clean up the error ( {data, headers, status} is not valid javascript...), you get :

{"error":"not_found", "reason":"no_db_file"}

And yes, that database exists, comes up when I put the right URL in or test in postman.

So, Id like to see you do a simple demo of .get where you use the documents ID.

nosajghoul
Автор

how to connect to couchdb if it is on some other server. can any one suggest me

chocopietwinkler
Автор

Could you potentially interact with CouchDB from javascript running on the client without going through Node/PouchDB as an intermediate layer? and if so is there any convenient wrapper around it?(as far as I understand PouchDB only allows for direct writing to IndexedDB and that syncing it to a remote CouchDB. I'm trying to find some kind of a wrapper for communication with the remote CouchDB)

nxidplease
Автор

Server Started On Port 3000
undefined
Why ?

theanh
Автор

if you please do something with Sails.js, would be great.

ibrahimmohammed
Автор

Is it possible for you to do a "CERN" stack example? (C = CouchDB)

rumblebeast