This week Couchbase was at Devoxx US.  Devoxx is a hugely influential conference series, well known in Europe.  This was the first one to take place in the United States.

While I was there I had a chance to talk with a group from Codenvy.  Codenvy allows you to quickly set up development stacks based on Docker containers.  They have several standard environments.  You can add to the existing ones or roll your own by adding Docker images.

Codenvy hosts everything in the cloud, so you can collaborate directly with other developers.  This means you can have applications that run against full-featured backend systems available at the click of a button.  (Edit: To clarify, Codenvy can be used as a service, or you can run a private installation of it.)

I’m interested in using Codenvy for blogging.  I like the idea of building a sample and having a link to code a reader can try out directly.  So, I sat down during a break in the conference and knocked out a simple Couchbase Lite Java app.  Codenvy has adopted Eclipse Che, which gives you a full featured editor that runs in your browser.  (You can use any IDE and sync, too, if you don’t want to use Che.)  I built the app using Che.  The whole process was pretty easy.  I’m looking forward to trying this out further, ideally with a complete Couchbase Mobile stack setup, including Couchbase Server running in its own container.

The app has no UI.  It just shows how to open a database and perform simple CRUD operations.  I used a helper class I find convenient that also wraps Couchbase replication, although I didn’t use that aspect.

I’ve barely scratched the surface on the features Codenvy offers.  For now, click on the badge below and try it out with the sample I wrote.

Posdata

Encontrará más recursos en nuestra portal para desarrolladores y síganos en Twitter @CouchbaseDev.

Puede enviar preguntas a nuestro foros. Y participamos activamente en Stack Overflow.

Envíame tus preguntas, comentarios, temas que te gustaría ver, etc. a Twitter. @HodGreeley

 

Autor

Publicado por Hod Greeley, Defensor del Desarrollador, Couchbase

Hod Greeley es desarrollador de Couchbase y vive en Silicon Valley. Tiene más de dos décadas de experiencia como ingeniero de software y director de ingeniería. Ha trabajado en una variedad de campos de software, incluyendo física computacional y química, seguridad informática y de redes, finanzas y móviles. Antes de unirse a Couchbase en 2016, Hod dirigió las relaciones con desarrolladores para móviles en Samsung. Hod es doctor en física química por la Universidad de Columbia.

2 Comentarios

  1. Thanks for posting this Hod – we love it when people build new stacks and workspaces with Che/Codenvy. One small correction – Codenvy can be downloaded and run on any machine that runs Docker so it’s perfect for installing behind the firewall and connecting to a private toolchain in an enterprise.

Dejar una respuesta