# playlists-poc

Proof of concept to verify which datastore to use for Playlisting2.0 project.

## Installation

1. Install [pipenv](https://pypi.org/project/pipenv/)
2. The run

```shell
pipenv install
```

## Run

1. Enter the virtual env shell using

```shell
pipenv shell
```

2. Run the appropriate program

```shell
python compare.py
```

or 

`pipenv run python compare.py`
