Coder Social home page Coder Social logo

elastic-importers's Introduction

elastic-importer

Elasticsearch importscript för kandidat- och annons-söktjänster.

Användning

Script som är tänkta att köras med olika intervall, i regel via cron, för att ladda in diverse olika typer av data till Elasticsearch.

Installation

Exempel virtualenv:

$ workon <virtuell miljö för huvudapplikationen>
$ python setup.py develop

Exempel anaconda:

$ source activate <virtuell miljö för huvudapplikationen>
$ python setup.py develop

import-taxonomy

Importerar värdeförråd från Arbetsförmedlingens taxonomitjänst via SOAP. Förutsätter att det finns ett Elasticsearch-cluster att ladda in datan till. Datat ändras relativt sällan och scriptet bör inte köras mer ofta än dagligen för närvarande. Följande environmental variabler används:

Environment variable Default value Comment
ES_HOST localhost Elasticsearch host
ES_PORT 9200 Elasticsearch port
ES_USER Elasticsearch username
ES_PWD Elasticsearch password
ES_TAX_INDEX_BASE taxonomy- Base string from which index for different taxonomyversions will be created
ES_TAX_INDEX_ALIAS taxonomy Alias for index that is the current version of the taxonomy
ES_TAX_ARCHIVE_ALIAS taxonomy-archive Alias collecting all older versions of the taxonomy
TAXONOMY_SERVICE_URL http://api.arbetsformedlingen.se/taxonomi/v0/TaxonomiService.asmx URL for the taxonomy SOAP service

Användning

$ import-taxonomy

import-kandidater

TBD

Användning

TBD

import-platsannonser

TBD

Användning

TBD

import-auranest

TBD

Användning

TBD

elastic-importers's People

Contributors

mskold 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.