ctop – manage and monitor your Docker containers
12/17/18
ctop is a command line tool that lets you easily monitor and manage your Docker containers. I will show you the most important features. Read more
12/17/18
ctop is a command line tool that lets you easily monitor and manage your Docker containers. I will show you the most important features. Read more
05/22/18
In this post I'll show you how to use a Google Cloud Function to access the machine learning API for natural language processing. Cloud functions are one of the serverless features of the GCP. Read more
05/07/18
In this article I'd like to give you a short introduction to a subset of Google's machine learning capabilities: the natural language API. Read more
04/09/18
This tutorial shows you how to develop a RESTful microservice running on the Google Cloud Platform. Read more
03/05/18
In this tutorial you will learn how to use Google's Cloud Launcher to set up instances for a MongoDB replica set in the Google Compute Engine. Read more
02/13/18
This tutorial shows how to set up a deployment of Spring Boot applications for the Google AppEngine Flex environment. Read more
01/15/18
MongoDB 3.6 introduces an interesting API enhancement called change streams. With change streams you can watch for changes to certain collections by means of the driver API. Read more
01/08/18
Spring Cloud Service Discovery If you are running applications consisting of a lot of microservices depending on each other, you... Read more
04/11/16
Anyone out there remembering the Ada programming language? In this blog post, I’m going to give you a short introduction... Read more
12/07/15
Version 3.2 of the NoSQL database MongoDB introduces two new interesting features (amongst others) that I’d like to explore in... Read more
07/07/14
For the very first time, the MongoDB community from all over the world gathered in one place. The MongoDB World... Read more
05/08/14
Today I want to give you a short summary of my NoSQL matters talk on test automation for NoSQL databases.... Read more
01/21/14
In this blog post we’ll have a look at how easy it is to do some (near-)realtime analytics with your... Read more
07/19/13
#MongoDB #Ruby I gave a lightning talk on the Ruby driver for MongoDB at the Cloud Developer Camp in Düsseldorf... Read more
03/06/13
In case you are unfamiliar with the geospatial stuff, have a look at this introduction to geospatial indexing and searching... Read more
01/10/13
In my introduction to text search in MongoDB, we had a look at the basic features. Today we’ll have a... Read more
01/07/13
The upcoming release 2.4 of MongoDB will include a first, experimental support for full text search (FTS). This feature was... Read more
11/30/12
#springbatch #mongodb #nosql Spring Batch Spring Batch is a Spring-based framework for enterprise Java batch processing. An important aspect of... Read more
11/20/12
Today something completely different: I’ll interview Oliver Gierke from SpringSource. He we go … Tobias Trelle: Hi Oliver. Would you... Read more
10/24/12
In this article, I’m going to sketch a pattern for implementing pessimistic locking with MongoDB. MongoDB is a document-orientated NoSQL... Read more
07/27/12
MongoDB MongoDB is a highly scalable, document oriented NoSQL datastore from 10gen. For more information have a look at the... Read more
06/06/12
MongoDB MongoDB is a highly scalable, document oriented NoSQL datastore from 10gen. For more information have a look at the... Read more
04/27/12
Redis Redis [1] is a NoSQL [2] key/value datastore. Think of it as a big, very fast persistent hashmap. Redis... Read more
02/29/12
Almost unlimited scalability is an essential facet of cloud computing as it is offered by the Google App Engine or... Read more
02/27/12
Introduction Neo4j [1] is a high-performance NoSQL [2] datastore specialized in persisting graphs. A graph [3] is data structure consisting... Read more
02/13/12
Introduction Every location-based service [1] has to solve the following problem: find all venues within a given distance from the... Read more
02/01/12
In this part of my blog series I’m going to show how easy it is to access a MongoDB datastore... Read more
01/21/12
What happened before? Part 1: Spring Data Commons Part 2: Spring Data JPA After looking at the Spring Data Commons... Read more
12/22/11
One goal of the Spring Data project is to provide a common API for accessing both NoSQL datastores and relational... Read more
11/10/11
Again and again I stumble upon the myth that static code is evil because it is hard to test and... Read more
08/15/11
Right now, I’m introducing the robot framework for automated web tests for one of our customers. Beside the basic robot... Read more
06/07/11
Introduction We will start with an introdcution of VMware’s cloud solutions vFabric and Cloud Foundry. After that, the further evolution... Read more
04/21/11
RabbitMQ is the message broker of the vFabric Cloud Application Platform. Its support of the performant messaging protocol standard AMQP... Read more
03/11/11
Mule ESB is an open source implementation of an enterprise service bus. In contrast to the free Community Edition, Mule’s... Read more