All Projects → itemsapi → Itemsapi

itemsapi / Itemsapi

Licence: other
Blazingly fast, multi tenant, faceted search API

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Itemsapi

JASSv2
Experimental search engine in C/C++17 - still in early development.
Stars: ✭ 22 (-92.33%)
Mutual labels:  search-engine
nano
API Documentation for Nano.to
Stars: ✭ 65 (-77.35%)
Mutual labels:  search-engine
Smart Contract Search Engine
Takes a link to a smart contract's raw ABI file and an RPC URL and then indexes all instances of that smart contract
Stars: ✭ 265 (-7.67%)
Mutual labels:  search-engine
ISeeNN
A CNN feature based image retrieval website
Stars: ✭ 15 (-94.77%)
Mutual labels:  search-engine
steedos-app-contract
开源合同管理系统,基于华炎魔方开发,多租户,云服务
Stars: ✭ 74 (-74.22%)
Mutual labels:  multi-tenant
News Search Engine
新闻搜索引擎
Stars: ✭ 254 (-11.5%)
Mutual labels:  search-engine
Kotlin-Coroutine-Flow
Search engine functionality using Kotlin Coroutines and Flow
Stars: ✭ 25 (-91.29%)
Mutual labels:  search-engine
Multitenant
多租户技术
Stars: ✭ 270 (-5.92%)
Mutual labels:  multi-tenant
Yuno
Yuno is context based search engine for anime.
Stars: ✭ 320 (+11.5%)
Mutual labels:  search-engine
Jets.js
Native CSS search engine
Stars: ✭ 2,801 (+875.96%)
Mutual labels:  search-engine
fastmorph
Fast corpus search engine originally made for the Corpus of Written Tatar language
Stars: ✭ 14 (-95.12%)
Mutual labels:  search-engine
php-search
A Lucene-inspired PHP Search engine library
Stars: ✭ 16 (-94.43%)
Mutual labels:  search-engine
Darksearch
🔍 Search engine for hidden material. Scraping dark web onions, irc logs, deep web etc...
Stars: ✭ 260 (-9.41%)
Mutual labels:  search-engine
app-search-flask-app
This is an example of a Python Flask app with Elasticsearch/ Elastic App Search with respective Python Clients
Stars: ✭ 17 (-94.08%)
Mutual labels:  search-engine
Redisearch
A query and indexing engine for Redis, providing secondary indexing, full-text search, and aggregations.
Stars: ✭ 3,393 (+1082.23%)
Mutual labels:  search-engine
elliotforwater.com
Webapp which run the https://elliotforwater.com/ website
Stars: ✭ 15 (-94.77%)
Mutual labels:  search-engine
SauceKudasai
Get Anime info by image or URL (uses trace.moe and Anilist for animeinfo)
Stars: ✭ 50 (-82.58%)
Mutual labels:  search-engine
Search Engine
A math-aware search engine.
Stars: ✭ 278 (-3.14%)
Mutual labels:  search-engine
Go Cyber
Your 🔵 Superintelligence
Stars: ✭ 270 (-5.92%)
Mutual labels:  search-engine
Searchcode Server
The offical home of searchcode-server where you can run searchcode locally. Note that master is generally unstable in the sense that it is not a release. Check releases for release versions https://github.com/boyter/searchcode-server/releases
Stars: ✭ 262 (-8.71%)
Mutual labels:  search-engine

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].