Two new blog posts I want to point out to you all. I wrote these blog posts on my employers blog: The first post is about creating backups of your elasticsearch cluster. Some time a go they introduced the snapshot/restore
Using C3js with AngularJS
C3js is a graph javascript library on top of D3js. For a project we needed graphs and we ended up using c3js. How this happened and some of the first steps we took is written down by Roberto van der
Using Dropwizard in combination with Elasticsearch
How often do you start creating a new application? How often have you thought about configuring an application. Where to locate a config file, how to load the file, what format to use? Another thing you regularly do is adding
Introducing a query tool for elasticsearch
In my previous blog posts I was working on reading data from wordpress blogs using groovy. This is nice, but of course there was a reason why I needed this. I wanted to create a tool or better a plugin
Combining java and Node.js through redis pub/sub and a json remote interface
Recently I have been doing a lot with Node.js. It is a nice server technology that enables you to program on the server like you program on the client. Wouldn’t it be nice to create a java based business logic
Installing Node.js on my new Synology
About a week a go I bought myself a Synology. A very nice product with reasonable value for money. Especially if you consider the options you have if you are not scared to get your hands dirty. Agreed the graphical
First steps with Node.js
With a colleague I was talking about Node.js. My first though, “yeah right, JavaScript on the server!”. But you have to be open minded if you want to learn new stuff. Therefore I thought about giving it a spin. I
Attaching flex to Axon using the new Axon CommandBus
I have blogged before about the flex client I have created for the Axon framework addressbook sample project. If you did not read it before and want to learn more about the parsley framework, check this blog. https://www.gridshore.nl/2010/02/25/creating-a-sample-for-axon-using-flex-and-parsley/ In this