Giter VIP home page Giter VIP logo

es-map-writer's Introduction

ES Map Writer

Build Status PyPI version

A command line tool that writes an Elasticsearch index mapping for a PostgreSQL database table.

  • Compatible with:
  • Python 3.5
  • Elasticsearch 2.3.2
  • PostgreSQL 9+

##Installation

pip install es-map-writer

How To Use:

For help:

  • mapwrtr --help

Help menu:

Usage: mapwrtr [OPTIONS]

Options:
  --database-url TEXT   Postgres URI.
  --file-path TEXT      Output file destination folder.
  --table-name TEXT     Postgres table the mapping is being written for.
  --index-name TEXT     Elasticsearch index name. Will default to the table
                        name if blank.
  --document-type TEXT  Elasticsearch document type.
  --help                Show this message and exit.

File name format: [table_name]_es_mapping.py

Example: We have a table named "superheroes" that we plan on creating an index for on an Elasticsearch node. mapwrtr --database-url=postgres://pguser:pgpass@localhost:5432/mydb --file-path=/home/me/myapps/mapping --table-name=superheroes --document-type=superhero_doc

This will generate a mapping for my index in /home/me/myapps/mapping/superheroes_es_mapping.py

Now when I'm creating (or updating) my superheroes index, I can import the mapping that was generated. If I need to add some custom analyzers and tokenizers, I can do that too.

Note(s):

  • --database-url must be in the Postgres URI format postgres://user:pass@host:port/database
  • --file-path must be an absolute path eg /home/me/Documents/myapp/esmapping

es-map-writer's People

Contributors

tuss4 avatar workhorseindustries avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.