Skip to content

math-pixel/bdd_decima

Repository files navigation

TP Elasticsearch => Réponse dans responce.md

A base code for Elasticsearch

Requirements

  • NodeJS
  • Docker with Docker-compose

Getting started

Installation

make a copy of .env.sample and name it .env. This file is by default configured to run with the docker-compose or local installation.

Then run yarn or npm install depending on your environment.

Start Elasticsearch with Docker

Start Elasticsearch server using docker-compose up -d. Elasticsearch port is 9200 and kibana is 5601.

Usage

Every exercices should be stored in exercices folder. To run them just run the following command :

npm run start ex0

If you have yarn you can run

yarn start ex0

It will automatically use the file ./exercices/ex0.js.

In the Exercices folder, you can find a ex0.js, a sample for you to create new exercices.

All exercices can be found on learn.henri.run


Datasets

  • Spotify
  • my dataset on titanic

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published