Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/core-go/search
https://github.com/core-go/search
dynamic-query dynamic-sql search
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/core-go/search
- Owner: core-go
- Created: 2019-11-14T02:50:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T10:21:36.000Z (2 months ago)
- Last Synced: 2024-09-15T20:53:40.999Z (2 months ago)
- Topics: dynamic-query, dynamic-sql, search
- Language: Go
- Homepage:
- Size: 253 KB
- Stars: 1
- Watchers: 1
- 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