proboscis

A utility for creating an ElasticSearch index and its mappings for Infosquito.

License

License

BSD License
Categories

Categories

Ant Build Tools
GroupId

GroupId

org.iplantc
ArtifactId

ArtifactId

proboscis
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

proboscis
A utility for creating an ElasticSearch index and its mappings for Infosquito.
Project URL

Project URL

http://www.iplantcollaborative.org
Source Code Management

Source Code Management

https://github.com/iPlantCollaborativeOpenSource/proboscis

Download proboscis

How to add to project

<!-- https://jarcasting.com/artifacts/org.iplantc/proboscis/ -->
<dependency>
    <groupId>org.iplantc</groupId>
    <artifactId>proboscis</artifactId>
    <version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.iplantc/proboscis/
implementation 'org.iplantc:proboscis:0.2.1'
// https://jarcasting.com/artifacts/org.iplantc/proboscis/
implementation ("org.iplantc:proboscis:0.2.1")
'org.iplantc:proboscis:jar:0.2.1'
<dependency org="org.iplantc" name="proboscis" rev="0.2.1">
  <artifact name="proboscis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.iplantc', module='proboscis', version='0.2.1')
)
libraryDependencies += "org.iplantc" % "proboscis" % "0.2.1"
[org.iplantc/proboscis "0.2.1"]

Dependencies

compile (5)

Group / Artifact Type Version
org.clojure : clojure jar 1.5.1
org.clojure : tools.cli jar 0.2.2
cheshire » cheshire jar 5.2.0
clojurewerkz » elastisch jar 1.2.0
slingshot » slingshot jar 0.10.3

test (2)

Group / Artifact Type Version
org.clojure : tools.nrepl jar 0.2.3
clojure-complete » clojure-complete jar 0.2.3

Project Modules

There are no modules declared in this project.

proboscis

A Clojure utility to initialize the ElasticSearch index for iPlant Collaborative's Data Commons. If the index already exists, it will delete the index before initialization.

Usage

proboscis -h host -p port
proboscis --help

Arguments

Both of the arguments to proboscis are optional and have default values that will be used if no other values is specified.

-h --host

The host name or IP address of the machine where ElasticSearch is running. If not specified, this argument defaults to localhost.

-p --port

The port number that ElasticSearch is listening to. If not specified, this argument defaults to 9200.

-? --help

Displays the a help message and exits.

Bugs and Limitations

There are no known bugs in this utility. Please report any problems to the Core Software team.

License

http://iplantcollaborative.org/sites/default/files/iPLANT-LICENSE.txt

org.iplantc

iPlant Collaborative Open Source

This is an old github organization. The new organization is github.com/cyverse

Versions

Version
0.2.1