Re: How to write bytearray to couchdb?

2016-08-13 Thread lewis john mcgibbney
Excellent On Aug 13, 2016 11:37 AM, "Cihad Guzel" wrote: > Hi Lewis, > > Yes I solved it. I write to couchdb bytes by converting to string. > > 2016-08-13 5:06 GMT+03:00 lewis john mcgibbney : > >> Hi Cihad, >> Did you get this resolved? >> Thanks >> >> On

Re: Can I run couchdb instance without installing?

2016-08-13 Thread Robert Newson
dev/run Sent from my iPhone > On 13 Aug 2016, at 19:19, Cihad Guzel wrote: > > Hi > > I want to use couchdb for my project testing. So I want to embed cocuhdb in > my project. Then I run couchdb with my script programmaticaly and make > test. After test, I stop couchdb

Re: Can I run couchdb instance without installing?

2016-08-13 Thread Bill Stephenson
I’m not sure if this helps but you might look at PouchDB server. https://github.com/pouchdb/pouchdb-server Kindest Regards, Bill Stephenson Tech Support www.ezInvoice.com 1-417-546-8390 > On Aug 13, 2016, at 1:35 PM, Cihad Guzel wrote: > > Hi

Re: How to write bytearray to couchdb?

2016-08-13 Thread Cihad Guzel
Hi Lewis, Yes I solved it. I write to couchdb bytes by converting to string. 2016-08-13 5:06 GMT+03:00 lewis john mcgibbney : > Hi Cihad, > Did you get this resolved? > Thanks > > On Sun, Jul 31, 2016 at 5:20 AM, Cihad Guzel wrote: > >> Hi, >> >> I want

Re: Can I run couchdb instance without installing?

2016-08-13 Thread Cihad Guzel
Hi Michael Thanks for your suggestion. I already use docker. But I am looking different method because this caused dependence to docker. 2016-08-13 21:23 GMT+03:00 Michael Zedeler : > You can run it in a docker container. > > -- > Michael Zedeler > 70 25 19 99 >

RE: Can I run couchdb instance without installing?

2016-08-13 Thread Michael Zedeler
You can run it in a docker container. --  Michael Zedeler 70 25 19 99 mich...@zedeler.dk dk.linkedin.com/in/mzedeler |twitter.com/mzedeler | github.com/mzedeler Cihad Guzel wrote >Hi > >I want to use couchdb for my project testing. So I want to embed cocuhdb in >my project. Then I