CouchDB Weekly News, September 13, 2018

Releases in the CouchDB Universe

Opinions and other News in the CouchDB Universe

CouchDB Use Cases, Questions and Answers

Stack Overflow:

no public answer yet:

PouchDB Use Cases, Questions and Answers

Stack Overflow:

no public answer yet:

For more new questions and answers about CouchDB, see these search results and about PouchDB, see these.

Get involved!

If you want to get into working on CouchDB:

  • We have an infinite number of open contributor positions on CouchDB. Submit a pull request and join the project!
  • Do you want to help us with the work on the new CouchDB website? Get in touch on our new website mailing list and join the website team! – www@couchdb.apache.org
  • The CouchDB advocate marketing programme is just getting started. Join us in CouchDB’s Advocate Hub!
  • CouchDB has a new wiki. Help us move content from the old to the new one!
  • Can you help with Web Design, Development or UX for our Admin Console? No Erlang skills required! – Get in touch with us.
  • Do you want to help moving the CouchDB docs translation forward? We’d love to have you in our L10n team! See our current status and languages we’d like to provide CouchDB docs in on this page. If you’d like to help, don’t hesitate to contact the L10n mailing list on l10n@couchdb.apache.org or ping Andy Wenk (awenkhh on IRC).

We’d be happy to welcome you on board!

Events

Job opportunities for people with CouchDB skills

… and also in the news

Submit news to the CouchDB Weekly

Reach out to us with your news suggestions by sending us an email or by contacting us on Twitter @CouchDB.

CouchDB as an Application Platform: A User Study

Radu Stanciu talked to us about how he first discovered CouchDB and what his experience has been employing it in applications.

How did you hear about CouchDB, and why did you choose to use it?

Back in 2011 I was looking for an easy and fast solution to serve static files over HTTP. I then discovered the easy to use HTTP API for data access and I immediately fell in love with it.

Did you have a specific problem that CouchDB solved?

I use CouchDB as an application platform, it serves the UI code which then connect to the REST endpoints to fetch or save data. The big problem I had that CouchDB solved was having access to 100m+ records in a timely fashion. The persisted indexes and the MapReduce implementation nicely achieves that.

For the folks who are unsure of how they could use CouchDB–because there are a lot of databases out there—could you explain the use case?

I use it because it offers so much functionality with a minimal stack. Full HTTP access is a crucial feature I use that allows interacting with the database over many systems and networks. The replication system is just awesome.

What would you say is the top benefit of using CouchDB?

It’s highly reliable, while also delivering great performance.

What tools are you using in addition for your infrastructure? Have you discovered anything that pairs well with CouchDB?

I run the couchapp as a desktop application interface with the embedded Chromium engine.

What are your future plans with your project? Any cool plans or developments you want to promote?

For every embedded device project I tinker with (I love the Raspberry PI), CouchDB is the base of the stack to handle data and network.

Use cases are a great avenue for sharing useful technical information. Please consider joining the fun! Additionally, if there’s something you’d like to see covered on the CouchDB blog, we would love to accommodate. Email us!

For more about CouchDB visit couchdb.org or follow us on Twitter at @couchdb