CouchDbInformation about CouchDb and project status alpha1On going information about Alpha1 testing. Download here (Windows Only): http://damienkatz.net/CouchDb0.1.zip To install and run, just unzip all files and execute "CouchDb0.1/startCouchDb.cmd". Inside of the download file is couchPHPDemo.zip, which contains PHP demo files. See its readme.txt for information about running the demo. Api documentation here: RESTApi Source code will be made available soon. last updated 1 year ago # CommentsUnfortunately this project isn't pure Erlang so for now it's just on Windows, but a Linux port is a high priority. The biggest part is porting the Fabric engine, but it shouldn't be more than a days work. I'm putting together a source code package that should be up later today if anyone wants to tackle the project. Update: Its taking me a little longer to produce source pack suitable for distribution. It's coming... hi damien great , it rocks!!!! just for your information i played the php examples and it were ok , but , moving forward i test some cfhttp coldfusion(railo) functions and they go even faster and easier. congratulations ill keep testing CDB bye joseluis Eagerly anticipating the *nix port for os OS X folks! :) When I get to work tomorrow, I will play with it on the crap Windows box I have. I must say that, despite how different the PHP demo works, it really looks promising. While playing around tomorrow, I'll probably write a quick wrapper object to hopefully make a Couch OO option in PHP. (Thankfully, communicating with the server is via HTTP/CURL, so it'll work with PHP!) Looking good thus far! M.T. DEBUGGING..................... what does it means ? (exactly)
makerjoe any hope to have encoded form variables key=value (not xml strings)for posting to couchdb ? how i have to think about like doc(-notes)ids for parent-response documents on a relational master-detail structures? where i have to store the parent docid on the child document? thanx joseluis This is essentially what is happening in the discussion demo, a one level parent child response heirarchy (threadid is actually the docid of the parent). A fully threaded discussion is also possible with the current architecture. I'll create a demo to show how it's possible soon. security: im testing simple xmlhttp(ajax) easy html-javascript against couchdb and they work smoothly any thoughts about couchdb unauthorized "sql-cdb" injections ? joseluis Currently all security is expected to be handled at the application server level, with the CouchDb server sitting behind a firewall. For admin/development purposes direct access by AJAX/web clients should be possible though. In fact I need such an application to built that can look into Couch databases for debugging purposes. (CouchPeek is a good name, anyone want to create it?). A full security model is due much later in the project. COUCHDB cheat sheet may be everybody will need it (like the following example for ND7) Domino URL cheat sheet Domino uses URLs to access servers, databases, and other components of a Web site. Knowing the URL commands lets you design links or enter commands directly into a browser to navigate a site or reach components quickly. You can use the URL commands to: Open databases and views Open framesets Open forms, navigators, and agents Open, edit, create, save, and delete documents Open documents by key name from a view Open pages Open resources Open attachments, image files, and OLE objects Open Web preferences Create search queries Require authentication Process SSL certificates Specify a character encoding joseluis 1. is any way to retrieve all documents without creating any computed tables ? just alldocs by default ? 2. if the computed table is created after some data have been inserted into the database ... it will show the old documents? joseluis erl error by the way i pressed the enter key at the erl monitor, the cursor went down one line...... after that erl stopped processing any new requests. it must be rebooted to get it running normaly again computed tables syntax 1.is there a complete guide ? 2.does SELECT has a sql LIKE '%somestring%'? 3.is it possible to delete several documents with one shot?
really i would be very happy to colaborate but actually i am a blind alpha tester dealing with the try and error phenomena without the couchdb inside features and possible hidden functions for example: i dont know the limits/restrictions (maximums and minimums for field length , number of computed tables , fabric optimized use, timeouts, error handling, bulk document posting (3.5secs - 10000 docs - 5 fields pIII myserver), blah blah ,,,etc so, without base information nothing can be guessed between the things that you have in mind and my wishlist. by the way , are you the onlyone who is developing the whole project? where couchdb is based ? where is here ? here i am cheers joseluis makerjoe@gmail.com THE COUCHDB FANATIC Welcome to the world of technical documentation! The situation you ae in no different from any other tech writer. The technical writing process:
Ok, you're not the doc writing type. That's okay, neither am I. However, people are already working to make this better, and I will continue to do so. Yes, I am the only developer on the project. I am in Charlotte NC, I work from home and am currently self funding development. where is the CouchDB LOGO? perhaps:= if CouchDB---- > then Encode(CDB)---->endif = "SEE THE BEE" bye makerjoe Add a commentyou're not logged in |
CouchDB |
Any chance of a binary for us folk not running Windows?
1 year ago # reply