Good afternoon, I share with you the second part of the previous article, a demo where I show how to use a kafka consumer connected to a scalable instance of an elasticsearch server. This is the link of the GitHub project. Download it and run the next command: docker-compose up This command will run a…
About how to use spring-data-hadoop
Hi, after some holidays i am back. this post is about how to use spring-data technology with apache hadoop, or how to write a map reduce task using spring. The idea is to provide a way on how to focus in the most important part about apache hadoop, the map reduce writing task. So, lets…
About how to create a secured REST web service using apache cxf, spring, spring-data,spring-security, morphia,mongodb, jpa,mysql
The idea behind of this project is to provide an example for a secured web service connected using REST architecture style with command pattern and composite command pattern, to a mongodb instance and a mysql instance too, best of both worlds. There are at least two ways in java world to connect to a mongo…