際際滷

際際滷Share a Scribd company logo
Todays TalkCouchDB overviewWhat is JSON?CouchDB Architecture
Arab Academy For Science And Technology
CouchDB isDocument-oriented DBMS written in Erlang  which stores data in a schema-free manner.No tables                No columns               No keys                 And No relations
Instead..CouchDB stores data in a series of documents and offers a JavaScript-based view model for aggregating and reporting on the data.Also know as Spidermonkey (perform aggregation and joins, allowing you to report on the documents in the database)
Who can use CrouchDB?you dont have to have a computer science degree to interact with the database
JSON
JSON is..An open, text-based, human-readable data interchange format derived from the JavaScript programming language.{make: "Ford",model: "Mustang",year: 2009,body: "Coupe",color: "Red                                    }
How JSON represents CouchDB!Example:{_id: "0ff345433e3464ae346453",_rev: "4-18435343",name: "John Smith",salary: 38000,department: "Accounts"}
CouchDB Architecture
Advocates
Arab Academy For Science And Technology
Thanks for listening Give us some FEEDBACK

More Related Content

Arab Academy For Science And Technology

  • 1. Todays TalkCouchDB overviewWhat is JSON?CouchDB Architecture
  • 3. CouchDB isDocument-oriented DBMS written in Erlang which stores data in a schema-free manner.No tables No columns No keys And No relations
  • 4. Instead..CouchDB stores data in a series of documents and offers a JavaScript-based view model for aggregating and reporting on the data.Also know as Spidermonkey (perform aggregation and joins, allowing you to report on the documents in the database)
  • 5. Who can use CrouchDB?you dont have to have a computer science degree to interact with the database
  • 7. JSON is..An open, text-based, human-readable data interchange format derived from the JavaScript programming language.{make: "Ford",model: "Mustang",year: 2009,body: "Coupe",color: "Red }
  • 8. How JSON represents CouchDB!Example:{_id: "0ff345433e3464ae346453",_rev: "4-18435343",name: "John Smith",salary: 38000,department: "Accounts"}
  • 12. Thanks for listening Give us some FEEDBACK