Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Make sense of your (BIG) data!

David Pilato
September 20, 2013

Make sense of your (BIG) data!

Quickie at JUG Summer Camp in La Rochelle, France
Building analytics on top of elasticsearch.

David Pilato

September 20, 2013
Tweet

More Decks by David Pilato

Other Decks in Programming

Transcript

  1. MAKE SENSE OF YOUR (BIG) DATA!
    Building analytics live
    David Pilato
    Technical advocate
    elasticsearch.
    @dadoonet
    lundi 23 septembre 13

    View Slide

  2. ELASTICSEARCH
    A search engine? For analytics? Seriously?
    lundi 23 septembre 13

    View Slide

  3. ELASTICSEARCH
    A search engine? For analytics? Seriously?
    lundi 23 septembre 13

    View Slide

  4. KIBANA
    Yeah! I know! For logs analysis with logstash!
    lundi 23 septembre 13

    View Slide

  5. DEMO TIME
    # Launch Elasticsearch (download it from: http://www.elasticsearch.org/download/)
    $ bin/elasticsearch -f
    # Add Twitter river: https://github.com/elasticsearch/elasticsearch-river-twitter/
    $ bin/plugin -install elasticsearch/elasticsearch-river-twitter/1.4.0
    # Start river
    $ curl -XPUT localhost:9200/_river/twitter/_meta -d '{
    "type" : "twitter",
    "twitter" : {
    "oauth" : { ... }
    }
    }'
    # Install Kibana and open it in a browser
    $ bin/plugin -install elasticsearch/kibana
    $ open http://localhost:9200/_plugin/kibana/
    lundi 23 septembre 13

    View Slide

  6. MAKE SENSE OF YOUR
    (BIG) DATA!
    Building analytics live
    David Pilato
    Technical advocate
    elasticsearch.
    @dadoonet
    lundi 23 septembre 13

    View Slide