Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/itemsapi/itemsapi
- Owner: itemsapi
- Created: 2015-06-07T13:25:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-31T12:40:41.000Z (about 4 years ago)
- Last Synced: 2024-08-02T05:13:06.718Z (5 months ago)
- Topics: enterprise-search, faceted-search, multi-tenant, search-engine
- Language: JavaScript
- Homepage: http://itemsapi.com
- Size: 567 KB
- Stars: 312
- Watchers: 31
- Forks: 49
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blazingly-fast - itemsapi - Blazingly fast, multi tenant, faceted search API (JavaScript)
- awesome-elasticsearch - ItemsAPI
- elasticsearch-collection - ItemsAPI
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