This week I attended and presented at CouchConf Boston. I’d like to thank Couchbase for inviting me to speak—it was a great opportunity to meet other CouchDB and Couchbase users. I’ve posted the slides from my Entity Relationships in a Document Database talk to Speaker Deck (and SlideShare, if you prefer): The presentation covered four [...]
Today is the Free Software Foundation’s (FSF) International Day Against Digital Restrictions Management (DRM). This being done as part of the FSF’s Defective by Design anti-DRM campaign. To celebrate Day Against DRM O’Reilly Media is having a sale of 50% off all of its ebooks (which are all DRM-free) including Writing and Querying MapReduce Views [...]
I will be giving a presentation on Entity Relationships in a Document Database at CouchConf Boston on May 15th. The talk description: Unlike relational databases, document databases like CouchDB and Couchbase do not directly support entity relationships. This talk will explore patterns of modeling one-to-many and many-to-many entity relationships in a document database. These patterns [...]
January 5, 2012 – 2:42 pm
“What’s the future of CouchDB? It’s Couchbase.” —Damien Katz “The future of CouchDB is CouchDB.” —Noah Slater First of all, don’t panic. The Apache CouchDB project is thriving. There are plenty of core contributors who are dedicated to the project. If you’re using CouchDB, you’re fine. If you’re considering using CouchDB, you’ll be fine. CouchDB [...]
December 30, 2011 – 12:15 pm
Continuing a trend started by Cal Evans and then followed by Chris Cornutt, Matthew Turland, and Joe Devon; here are the top five most viewed posts from my blog in 2011. 5. CouchDB and Domain-Driven Design This post covered two topics that are of great interest to me. Document databases like CouchDB have much potential [...]
By Bradley Holt
|
Posted in Uncategorized
|
Also tagged AMQP, CouchApp, Databases, Domain-Driven Design, FOSS, HTML5, HTTP, JavaScript, jQuery, JSON, NoSQL, Open Standards, OSCON, PHP, PHP-QAT, Quality Assurance, RabbitMQ, REST, Scaling, Software Design
|
October 27, 2011 – 4:05 pm
Here are the slides from Monday’s CouchConf NYC session on CouchApps with CouchDB, JavaScript and HTML5: CouchConf NYC CouchApps View more presentations from Bradley Holt
October 17, 2011 – 4:10 pm
Here are the slides from today’s ZendCon tutorial on Learning CouchDB: ZendCon 2011 Learning CouchDB View more presentations from Bradley Holt You can instead download the PDF version, if you’d prefer. If you were in this session, please give me feedback on Joind.in.
October 2, 2011 – 1:15 pm
Here are the slides from today’s jQuery Conference presentation on CouchApps with CouchDB & jQuery: jQuery Conference Boston 2011 CouchApps View more presentations from Bradley Holt If you were in this talk, please give me feedback on SpeakerRate. Related links: Offline Apps HTML5 Web Storage Local Storage “Native” Mobile Web Apps jQuery Mobile PhoneGap Building [...]
September 29, 2011 – 12:33 pm
I’m pleased to announce that I’ll be speaking at CouchConf New York City on October 24, 2011. This event is part of the CouchConf World Tour presented by Couchbase. My talk will be on CouchApps with CouchDB, JavaScript and HTML5. From the talk description: In this talk we’ll see how to build CouchApps using CouchDB, [...]
August 2, 2011 – 11:30 am
I’ve found CouchDB to be a great fit for domain-driven design (DDD). Specifically, CouchDB fits very well with the building block patterns and practices found within DDD. Two of these building blocks include Entities and Value Objects. Entities are objects defined by a thread of continuity and identity. A Value Object “is an object that [...]