Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itemsapi/itemsapi

Blazingly fast, multi tenant, faceted search API
https://github.com/itemsapi/itemsapi

enterprise-search faceted-search multi-tenant search-engine

Last synced: 2 months ago
JSON representation

Blazingly fast, multi tenant, faceted search API

Awesome Lists containing this project

README

        

# 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

```bash
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](https://docs.itemsapi.com/guide/movies.html)

## 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