mario

command module
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2019 License: Apache-2.0 Imports: 23 Imported by: 0

README

Mario

What is this?

Mario is a metadata processing pipeline that will process data from various sources and write to Elasticsearch.

How to Use This

An Elasticsearch index can be started for development purposes by running:

$ docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" \
    docker.elastic.co/elasticsearch/elasticsearch:6.4.2

Create and configure the index with:

$ mario create

The Mario container can be built and used by running:

$ docker build -t mario .
$ docker run --rm -i mario parse -c title - < fixtures/test.mrc

System Overview

alt text

Architecture Overview

alt text

Architecture Decision Records

This repository contains Architecture Decision Records in the docs/architecture-decisions directory.

adr-tools should allow easy creation of additional records with a standardized template.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL