Categoria: Melhores Práticas e Tutoriais
-

Import Your MongoDB Collection Data into Couchbase Server with Golang
If you’ve been keeping up, you’ll remember I wrote a few tutorials around converting your MongoDB powered Node.js applications to Couchbase. These included a MongoDB Query Language to N1QL tutorial as well as a…
-

Codenvy, Eclipse Che, Docker e Couchbase: Programando na Nuvem no Devoxx US
Esta semana, a Couchbase esteve no Devoxx US. O Devoxx é uma série de conferências extremamente influente, muito conhecida na Europa. Esta foi a primeira a acontecer nos Estados Unidos. Enquanto eu estava lá…
-

NDP Episode #15: Cassandra and the Tabular Database
I am pleased to announce that the latest episode of The NoSQL Database Podcast titled, Cassandra and the Tabular Database, has been published to all the major podcasting networks. In this episode, special guest speaker…
-

Conteúdo do Workshop para Desenvolvimento Full-Stack Java e NoSQL Disponível Agora
Mais ou menos uma semana atrás, eu estava no DevNexus 2017 em Atlanta, Geórgia, ministrando um workshop sobre a criação de aplicações *full stack* usando uma variedade de tecnologias como Java, Angular, Docker, Couchbase e JavaFX. Todos...
-

Laboratório Prático de Microsoft Azure e Couchbase (Detroit)
A Microsoft Azure e a Couchbase estão apresentando um laboratório prático gratuito “Lunch & Learn” sobre como usar NoSQL com Contêineres Docker. Inscreva-se hoje para reservar sua vaga. Detalhes do evento Na quarta-feira, 8 de março, a Microsoft e...
-

Contêineres com Estado Usando Portworx e Couchbase
Os containers devem ser efêmeros e, portanto, escalam muito bem para aplicações sem estado (stateless). Containers com estado (stateful), como o Couchbase, precisam ser tratados de maneira diferente. O artigo "Managing Persistence for Docker Containers" fornece uma excelente visão geral de como...
-

Getting Started with Oracle Container Cloud Service
Oracle Container Cloud Service is Oracle’s entry into the world of managed container service. There are plenty of existing options: This blog will explain how to get started with Oracle Container Cloud Service. A comparison…
-

Video Tutorial for Creating a URL Shortener with Node.js and N1QL
Not too long ago I wrote a lengthy tutorial on how to use Node.js and Couchbase to create a URL shortener. This tutorial used N1QL for querying the data. To compliment that writeup I’ve…
-

Querying for Couchbase Documents in a NativeScript Angular Mobile Application
I recently wrote about using Couchbase as a key-value store in a NativeScript iOS and Android application built with Angular. In this example we saw how to collect user profile information to be saved…
-

Docker 1.10, Machine 0.6.0, Compose 1.6.0 – melhores volumes e rede
O Docker 1.10 já foi lançado! Leia sobre todos os novos recursos do Docker 1.10. Um resumo rápido: Leia as notas de lançamento do Docker 1.10. Vamos ver alguns dos principais componentes. Docker Machine 0.6.0 Docker Machine…
-

Create a URL Shortener using Ottoman ODM with Node.js and Couchbase
Not too long ago I wrote about creating a URL shortener with Node.js and Couchbase N1QL. If you haven’t already seen it, the article is a great introduction to Couchbase and creating RESTful APIs…
-

Provisioning a Couchbase Server Instance with the Command Line
When you’re a Database or System Administrator, you don’t always have time to go through the setup wizards when deploying a new piece of software. Probably because you are managing massive amounts of systems…