https://github.com/core-go/search
https://github.com/core-go/search
dynamic-query dynamic-sql search
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/core-go/search
- Owner: core-go
- Created: 2019-11-14T02:50:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T10:21:36.000Z (10 months ago)
- Last Synced: 2025-04-29T01:42:32.252Z (2 months ago)
- Topics: dynamic-query, dynamic-sql, search
- Language: Go
- Homepage:
- Size: 253 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Search Service for Golang
- Filter
- Search Result With Config
- Search Service
- Search Handler## Installation
Please make sure to initialize a Go module before installing core-go/search:```shell
go get -u github.com/core-go/search
```Import:
```go
import "github.com/core-go/search"
```## Dynamic query
Build dynamic query for:
- SQL
- Cassandra
- Hive
- Mongo
- Elastic Search