https://github.com/zhuliquan/mini-elasticsearch
a simple embeding search engine which is compatible with partially ElasticSearch API.
https://github.com/zhuliquan/mini-elasticsearch
Last synced: 3 months ago
JSON representation
a simple embeding search engine which is compatible with partially ElasticSearch API.
- Host: GitHub
- URL: https://github.com/zhuliquan/mini-elasticsearch
- Owner: zhuliquan
- License: mit
- Created: 2024-05-08T16:03:34.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-26T16:00:36.000Z (about 1 year ago)
- Last Synced: 2025-01-17T14:15:16.111Z (5 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mini-Elasticsearch
## Description
This is pure go package, and it use sqlite3 as backend of search engine. it's helpful for mock test in ElasticSearch6.8 environment.