Code Monkey home page Code Monkey logo

elasticitems's Introduction

ItemsAPI 2.x - fast faceted search

Blazingly fast faceted search. It has Node.js simplicity and C++ speed.

Features

  • fast faceted search
  • full text search
  • multi-tenancy
  • data indexing
  • pagination
  • simple JSON API
  • web ui for exploring / managing index
  • dockerized with alpine

Performance

ItemsAPI has a great indexing performance. It can index 2M documents in less than 2 minutes on local computer. Searching seems to be 10x faster than Elasticsearch for similar use cases

Docker

docker pull itemsapi/itemsapi:latest
docker run --privileged -it -p 3000:3000 itemsapi/itemsapi

Getting started

Please look into full example here - index and search movies

Licence

ItemsAPI 2.x is created by Mateusz Rzepa. You can use ItemsAPI for free, if your project is Open Source. If you want to use ItemsAPI in to build commercial software, you need to buy a commercial license. Commercial editions can be used in closed source environment. More info soon

elasticitems's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

elasticitems's Issues

New version

  • ES 7.6
  • Node >= 12
  • Supports aliases as zero downtime
  • Facets fields list
  • move chosen app into the top
  • update README
  • add LINT

Default configuration in facets and general

  • make facet type "terms" as default
  • make facet field the same as key by def
  • conjunction true as default
  • shouldn't require type by add or partialUpdate - if type empty then it should take index name

Make prefilter option in search

Desc:
Usually all facets functionality in search are enough to filter data but sometimes it would be good to use native / raw filters functionality from elasticsearch to be even more flexible

Solution:
Create pre_filter or raw_filter (you call it) option in search which accepts json object and internally modifies query in elasticsearch request

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.