Skip to content

Instantly share code, notes, and snippets.

@keithrozario
Last active March 31, 2017 03:54
Show Gist options
  • Save keithrozario/e234f87f5068b9b816e627d838297e20 to your computer and use it in GitHub Desktop.
Save keithrozario/e234f87f5068b9b816e627d838297e20 to your computer and use it in GitHub Desktop.
//Installing Elasticsearch
https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-elasticsearch-on-ubuntu-16-04
//SQLITE to JSON
https://github.com/fitnr/sqlite-json
//Posting to Elasticsearch
https://www.elastic.co/guide/en/kibana/current/tutorial-load-dataset.html
$ curl -s -XPOST localhost:9200/_bulk --data-binary @requests
You can replace @requests with @complete_path_to_json_file
//Download and Install Kibana
https://www.elastic.co/downloads/kibana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment