findmypast / elsol

An Elixir library for interfacing with Solr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elsol

Elsol is a Solr library for Elixir.

Getting Started

This project requires having Elixir installed.

You can install Elixir from OS X via Homebrew with:

brew install elixir

Otherwise, you can follow the installation instructions on elixir-lang.org

Convenience Scripts

The following scripts provide basic shortcuts to mix commands to make building, developing, and testing easy and extensible.

To install all dependencies:

./scripts/install

To run tests:

./scripts/test

To interact with the code from a shell:

./scripts/console

Tests

Elsol uses ESpec for tests. ESpec is a framework very much like RSpec, and seems to be thoroughly tested and relatively mature.

About

An Elixir library for interfacing with Solr

License:Apache License 2.0


Languages

Language:Elixir 99.5%Language:Shell 0.5%