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
- Host: GitHub
- URL: https://github.com/yuce/hazelcast-dbapi-dataframe
- Owner: yuce
- Created: 2023-02-22T01:18:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T01:23:24.000Z (over 3 years ago)
- Last Synced: 2025-02-22T18:31:12.336Z (over 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```