«One Team» en equipos, servicios y tests

«One Team» en equipos, servicios y tests

En Datio consideramos muy importante la globalización y, por ello, aparte del desarrollo de tecnologías Big Data, en todo momento nos hemos enfocado en la unificación de operativas y despliegues a nivel internacional. Así, después de trabajar durante todos estos años con despliegues en cinco geografías diferentes de América, España y una Global -con sus […]

Follow the Kafka Streams

Follow the Kafka Streams

Kafka Streams es una biblioteca JVM de código abierto para crear aplicaciones de transmisión de eventos sobre Apache Kafka. Su objetivo es permitir a los programadores crear aplicaciones de transmisión eficientes en tiempo real y realizar análisis y operaciones con los datos entrantes. En esta presentación, nuestro compañero Mario Molina, colaborador habitual y catalizador de […]

Connecting things with Kafka Connect

Connecting things with Kafka Connect

Kafka Connect es un marco de código abierto para conectar Kafka de manera escalable y confiable con sistemas externos como almacenes de objetos, bases de datos, almacenes de valores clave, sistemas de archivos, entre otros. Sus conectores (fuentes y sumideros) son componentes listos para usar que nos ayudan a mover datos dentro y fuera de […]

Datio Advent Calendar 2017

Datio Advent Calendar 2017

During the last twelve months, through our blog posts we have been trying to enrich the knowledge of big data developer communities.  This is why, to celebrate the end of 2017, we offer our particular Christmas tree, built just like an advent calendar composed by 24 articles and multimedia useful resources devoted to corporative and […]

Most popular Datio’s posts

Most popular Datio’s posts

It’s been eight months since we started this blog and we loved every minute of it. It’s been a privilege to publish 24 posts of our colleagues, with different topics both corporative and technical.   Here you are the top 5 most viewed blog posts. Women at Datio –  Raquel Asenjo. Docker in Your Production […]

Docker in your production server – I

Docker in your production server – I

This is the first of a post series explaining how to run your applications in a docker production server. We need to install docker (>=1.10.0). Running applications in docker Docker means isolation. You must isolate each service in a different container. This means, you will run your front, backend and database in different containers. We are […]