Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moeen/redisearch-shopping
A shopping API made with SQLite, RediSearch and GraphQL
https://github.com/moeen/redisearch-shopping
go graphql redis redisearch
Last synced: 5 days ago
JSON representation
A shopping API made with SQLite, RediSearch and GraphQL
- Host: GitHub
- URL: https://github.com/moeen/redisearch-shopping
- Owner: moeen
- Created: 2021-05-19T07:01:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-26T07:28:49.000Z (over 3 years ago)
- Last Synced: 2024-06-21T03:33:37.588Z (5 months ago)
- Topics: go, graphql, redis, redisearch
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RediSearch Shopping
> A sample project using RediSearch
## Running the project
### Fetching Dependencies
```sh
go mod download
```### Building the project
```sh
go build -o ./shopping cmd/redisearch-shopping/main.go
```### Generating mock products data
```sh
./shopping mock
```### Running the project
Make sure that RediSearch is up and running on your local machine.
```sh
./shopping serve -m "debug" -p "8080"
```