steinarb / chinookextractor

Extract data from the chinook sample database, and transform it to JSON.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transform Chinook data to JSON

This repository contains a Java utility that extracts data from a Chinook sample database and transform the results to JSON.

The resulting JSON was used to populate elasticsearch when trying out elasticsearch in 2013/2014.

The Chinook sample database is an Open Source replacement for the “Northwind” database owned by Microsoft. The Chinook database lists music customers and their purchases.

This utility is packaged as a maven project, created with m2e in eclipse.

How to use

Install elastic

Install elasticsearch using apt on debian.

Generate passwords and tokens

Reset the password of the elastic built-in superuser with

/usr/share/elasticsearch/bin/elasticsearch-reset-password -u elastic

Generate an enrollment token for Kibana instances with

/usr/share/elasticsearch/bin/elasticsearch-create-enrollment-token -s kibana

Generate an enrollment token for Elasticsearch nodes with

/usr/share/elasticsearch/bin/elasticsearch-create-enrollment-token -s node

About

Extract data from the chinook sample database, and transform it to JSON.


Languages

Language:Java 100.0%