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

https://github.com/yuce/hazelcast-dbapi-dataframe

Hazelcast Python Client DBAPI DataFrame Sample
https://github.com/yuce/hazelcast-dbapi-dataframe

Last synced: 11 months ago
JSON representation

Hazelcast Python Client DBAPI DataFrame Sample

Awesome Lists containing this project

README

          

# Hazelcast Python Client DBAPI DataFrame Sample

## Run

Clone the project and `cd` into it:
```
$ git clone https://github.com/yuce/hazelcast-dbapi-dataframe.git
$ cd hazelcast-dbapi-dataframe
```

Create a virtual environment and source it:
```
$ python3 -m venv venv
$ source venv/bin/activate
```

Install the requirements:

```
$ pip install -r requirements.txt
```

Run `main.py`:
```
$ python3 main.py
```