Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/omarefg/product-collector


https://github.com/omarefg/product-collector

Last synced: 30 days ago
JSON representation

Awesome Lists containing this project

README

        

# Product Collector

## Start Development Databases

#### First start Docker containers and Images
```console
./bash/docker_services.bash start
```
#### Then dump the data
```console
docker exec product_collector_mongo ./mongo.bash dump
```
#### At last restore the dumped data
```console
docker exec product_collector_mongo ./mongo.bash data
```

## Stop Development Databases

```console
./bash/docker_services.bash stop
```

## Clean Docker Images, Volumes and Containers

```console
./bash/docker_services.bash clean
```

## Bash Help

```console
./bash/docker_services.bash
./bash/mongo.bash
```