Skip to content

williamelias/ETL-logstash-with-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

The current project consists in ETL using logstash as data transfer and postgres as data source with opensearch container as data target.

'etl-logstash


General prerequisite

  • Docker and docker-compose
  • Make tool

Starting postgres container

    $ make db_up

This command starts postgres instance inside 'db' container.

Starting Opensearch Node

    $ make opensearch_up

Executed the command above we can access opensearch resources :

(credentials access are stored in .env)

Load data in postgres

prerequisite: Start postgres instance

    $ make db_restore_backup

The command above will load the next tables in postgres database:

City Table

'city_table'

Country Table

'country_table'

Country Language Table

'language'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages