Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"
```