/elastisch.shield

Elastic Shield support for Elastisch

Primary LanguageClojure

Elastisch Shield Support

elastisch.shield adds Elastic Shield support to Elastisch.

Project Maturity

elastisch.shield is very young.

Artifacts

... artifacts are released to Clojars. If you are using Maven, add the following repository definition to your pom.xml:

<repository>
  <id>clojars.org</id>
  <url>http://clojars.org/repo</url>
</repository>

The Most Recent Release

With Leiningen:

[clojurewerkz/elastisch.shield "1.0.0-alpha1"]

With Maven:

<dependency>
  <groupId>clojurewerkz</groupId>
  <artifactId>elastisch.shield</artifactId>
  <version>1.0.0-alpha1</version>
</dependency>

Documentation & Examples

Our documentation site is not yet live, sorry.

Community & Support

Elasitsch has a mailing list. Feel free to join it and ask any questions you may have.

To subscribe for announcements of releases, important changes and so on, please follow @ClojureWerkz on Twitter.

Supported Clojure versions

This projects supports the same set of Clojure versions as Elastisch.

Elastisch Is a ClojureWerkz Project

Elastisch is part of the group of Clojure libraries known as ClojureWerkz, together with

and several others.

Development

elastisch.shield uses Leiningen 2. Make sure you have it installed and then run tests against supported Clojure versions using

lein all test

Then create a branch and make your changes on it. Once you are done with your changes and all tests pass, submit a pull request on GitHub.

License

Copyright (C) 2016 Michael S. Klishin, Alex Petrov, and The ClojureWerkz Team.

Double licensed under the Eclipse Public License (the same as Clojure) or the Apache Public License 2.0.