Skip to main content

No project description provided

Project description

stocklake

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install stocklake

Quick start

pre requesties:

  • docker && docker compose

1. setup docker compose

Let's create docker compose file.

touch docker-compose.yml

Then, copy the docker compose file contents from this repository and run docker containers.

docker compose up -d

This command builds the following containers.

2. Download NASDAQ API data.

Run the following command to download data from nasdaq API and save into PostgreSQL.

stocklake download nasdaqapi --exchange nasdaq --store_type postgresql

3. Setup metabase

Accessing the metabase web ui (Metabase Web UI) and setup connection of stocklake PostgreSQL database with the following settings.

section value
Database Type PostgreSQL
Host stocklake-db
Port 5432
Database name stocklake
Username postgres
Password password

Other settings can be theier default values.

License

stocklake is distributed under the terms of the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stocklake-0.0.11.tar.gz (20.4 kB view hashes)

Uploaded Source

Built Distribution

stocklake-0.0.11-py2.py3-none-any.whl (40.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page