All Posts

Intel Edison and Python

I have begun to work with Intel Edison in order to adapt machines with limited or even none connectivity to the movement of IoT . This tiny platform is already prepared to work with Python but, if you want to work with Python, you want to work with pip . Pip is an amazing package manager where we can find almost all python libraries that we are going to use.

Where is my Airport?

I have to say that I love maps and for a long time I have wanted to check out the complementary tools: Leaflet maps and NoSQL geo-function. Hence, I decided to build a location app which will help people to find their closest airports. I evaluated ArangoDB and MongoDB as NoSQL data bases.

Twitter Analytics in real time

Real-time analytics is very trendy. Nowadays, everyone wants to analyze the data that they have, even if those data are not very useful, and they want the results as soon as possible, even if they can wait for those results. One of the most powerful data sources are the social networks and inside this group, Twitter. Therefore I decided to build a system (as proof of concept) in order to analyze tweets related to BigData.