GithubHelp home page GithubHelp logo

isabella232 / elastic-4 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pagerduty/elastic

0.0 0.0 0.0 137 KB

A thin veneer over HTTPotion that talks to Elastic Search

Home Page: https://hex.pm/packages/elastic

License: MIT License

Elixir 100.00%

elastic-4's Introduction

Elastic

Version Travis Build

You Know, for (Elastic) Search.

Want to talk to Elastic Search in Elixir, but don't want to use raw HTTP calls? This package is for you.

Installation

  1. Add it as a dependency in mix.exs:
defp deps do
  [
    {:elastic, "~> 1.0"}
  ]
  1. Run mix deps.get

  2. Add it to the applications list in mix.exs:

def application do
  [applications: [:elastic]]
end

Docs

Documentation can be found on hexdocs.pm

There's a bug / I have a feature request

If you've found a bug, please create a new issue or submit a pull request to fix that bug.

If you've got a feature request, then please submit a pull request which adds the functionality you want.

ElasticSearch version

This package is designed to work with ElasticSearch 2.4.x, since that's the version I am personally using.

I think if there are API compatibility issues with ElasticSearch 5.x then we should look at creating a branch for 5.x compatibility. Please submit a pull request to kick off this process.

Elastic / Elastix / Tirexs

There's a similar package called Elastix, which provides similar functionality. I only found out about this package after I wrote Elastic and was using it in production; after first trialling tirexs -- and not finding its code very easy to understand.

It looks like the creator of Elastix and I have similar design ideals, so it really does come down to personal choice when deciding which library to use. I think Elastic has better documentation. Elastix has a Mapping API, but Elastic has a Scrolling API.

Choose your own adventure ;)

elastic-4's People

Contributors

bglusman avatar cdegroot avatar radar avatar stephanos 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.