Seamless Finance: Docker Deployed APIs for Smart Investments.
Project description
Seamless Finance: Docker-Deployed APIs for Smart Investments.
Fin-Maestro-Kin
Docker | Discussion | Bugs/Issues | Contribute |
---|---|---|---|
Get started quickly using Docker | Join/Read the Community Discussion | Raise an Issue about a Problem | Contribute With New Features |
Fin-Maestro-Kin empowers you to:
-
📊Effortlessly Fetch Historical Data: Seamlessly fetch historical financial data for in-depth analysis and market trend identification.
-
📈Perform Market Trend Analysis: Uncover valuable insights and identify market trends with ease, guiding your investment decisions.
-
📉Evaluate Market Sentiment: Gauge market sentiment to make informed investment decisions based on current market psychology.
-
⚡Experience Lightning-Fast Performance: Benefit from the performance and scalability of FastAPI for a seamless user experience.
-
🔍Craft Unparalleled Market Insights: Build your own financial applications powered by Fin-Maestro-Kin, unlocking a deeper understanding of the market.
Running Fin-Maestro-Kin in a Docker Container
Manually with Docker Command Line Interface (CLI)
- Pull the Docker Image: First, pull the pre-built Docker image from Docker Hub using the following command in your terminal or command prompt:
docker pull devfinwiz24/fin-maestro-kin:latest
- Run the Docker Container: After pulling the image, run the Docker container using the following command:
docker run -d -p 8000:8000 -p 6379:6379 -v redis-cache:/redis-cache devfinwiz24/fin-maestro-kin:latest
This command pulls the latest version of the Docker image from Docker Hub and runs it in a detached mode (-d
) while mapping port 8000 of the host machine to port 8000 of the container (-p 8000:8000
).
Using Docker Desktop (Optional)
[!IMPORTANT]
Prerequisite: Download Docker Desktop
-
Pull the Docker Image:
- Open Docker Desktop and navigate to the "Images" section.
- Search for the pre-built Docker image named
devfinwiz24/fin-maestro-kin:latest
. - Click on the image and select "Pull" to download it to your local machine.
-
Run the Docker Container:
- Once the image is pulled, navigate to the "Containers/Apps" section in Docker Desktop.
- Click on "Run" and configure the container settings:
- Container name (optional).
- Port mapping: Expose port 8000 for accessing the application and port 6379 for Redis caching.
- Volume mapping: Create a volume named "redis-cache" and mount it to the "/redis-cache" directory in the container.
- Start the container to launch the application.
-
Access the Application:
- After the Docker container is running, access the application by opening a web browser.
- Enter http://localhost:8000/docs in the address bar to access the Fin-Maestro-Kin API documentation.
-
Additional Docker Desktop Features:
- Docker Desktop provides a user-friendly graphical interface for managing Docker containers.
- You can monitor container status, view container logs, and interact with running containers using the Docker Desktop GUI.
Usage
After deploying the container, interact with Fin Maestro Kin by sending HTTP requests to the exposed endpoints. Refer to the API documentation for detailed information on available endpoints and request formats.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file fin_maestro_kin-0.3.3.tar.gz
.
File metadata
- Download URL: fin_maestro_kin-0.3.3.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.9.1 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a56e1fe21131c841537a265acbe915cf9864981ddc44a2bbe1272678c901ee0f |
|
MD5 | 8ebbc85ea4662d3c2557fbbc42d96bc2 |
|
BLAKE2b-256 | 50fdd91bde3763991ae04233538e7530a080c4d8b9710ee94d8a57c5209429dd |
File details
Details for the file fin_maestro_kin-0.3.3-py3-none-any.whl
.
File metadata
- Download URL: fin_maestro_kin-0.3.3-py3-none-any.whl
- Upload date:
- Size: 18.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.9.1 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b60c7427c3cd6b445871515640376352baeaf78916023dad0b6055c98a19315 |
|
MD5 | b1733fa7cbf89c86524037626e7f45e8 |
|
BLAKE2b-256 | 1b1de193d5be9efcf7c59458ae6ef145b9b3199b4402c5ef15c216f9f9725b68 |