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

Make sense of your (BIG) data!

Make sense of your (BIG) data!

Quickie given at Devoxx 2013: http://www.devoxx.be/dv13-david-pilato.html?presId=3282

Let's inject your marketing data into elasticsearch and build live a dashboard using Kibana.
In 15 minutes, you will know how to build YOUR own dashboard and make sense of YOUR data!

Elasticsearch Inc

November 14, 2013
Tweet

More Decks by Elasticsearch Inc

Other Decks in Technology

Transcript

  1. @dadoonet #DV13kibana Make sense of your (BIG) data! David Pilato

    Technical advocate elasticsearch. @dadoonet jeudi 14 novembre 13
  2. @dadoonet #DV13kibana $ wget https://download.elasticsearch.org/elasticsearch/ elasticsearch/elasticsearch-0.90.7.tar.gz ; tar -xf elasticsearch-0.90.7.tar.gz

    $ ./elasticsearch-0.90.7/bin/elasticsearch -f ... [INFO ][node][Ghost Maker] {0.90.7}[5645]: initializing ... Start & play jeudi 14 novembre 13
  3. @dadoonet #DV13kibana $ wget https://download.elasticsearch.org/elasticsearch/ elasticsearch/elasticsearch-0.90.7.tar.gz ; tar -xf elasticsearch-0.90.7.tar.gz

    $ ./elasticsearch-0.90.7/bin/elasticsearch -f ... [INFO ][node][Ghost Maker] {0.90.7}[5645]: initializing ... Start & play $ curl -XPUT localhost:9200/sessions/session/1 -d '{ "title" : "Welcome to the elasticsearch session!", "date" : "2013-10-24T16:30:00", "tags" : [ "nosql", "bigdata", "cloud" ], "speaker" : { "first_name" : "David", "last_name" : "Pilato" } }' jeudi 14 novembre 13
  4. @dadoonet #DV13kibana Let’s make sense of ... • logs •

    twitter • github • marketing data • ... • your data • your big data jeudi 14 novembre 13
  5. @dadoonet #DV13kibana Let’s make sense of ... • logs •

    twitter • github • marketing data • ... • your data • your big data { "name":"Pilato David", "dateOfBirth":"1971-12-26", "gender":"male", "marketing":{ "fashion":334, "music":3363, "hifi":2351 }, "address":{ "country":"France", "countrycode":"FR", "city":"Paris" } } jeudi 14 novembre 13
  6. @dadoonet #DV13kibana MAKE SENSE OF YOUR (BIG) DATA! Building analytics

    live David Pilato elasticsearch. Devoxx 2013 dashboard running at http://bit.ly/1i7irvM jeudi 14 novembre 13