Welcome to A Python Thing! This project is a combination of a webapp, two background jobs, and some Azure infrastructure. It's all about embracing the power of Python and having some fun along the way! 😄
To create and update a best practice Python setup with Poetry, follow these steps:
-
Install Poetry by running the following command:
curl -sSL https://install.python-poetry.org | python3 - -
Create a new Python project with Poetry:
poetry new my_project
-
Navigate to your project directory:
cd my_project -
Install project dependencies:
poetry install
-
Start coding and enjoy the magic of Python and Poetry! ✨
For more information on Poetry, check out the official documentation here. It's a great resource to explore all the features and best practices for managing your Python projects.
Happy coding! 🚀
poetry config virtualenvs.in-project true
mkdir data
docker run -v $PWD/data:/data -e ZO_DATA_DIR="/data" -p 5080:5080 \
-e ZO_ROOT_USER_EMAIL="root@example.com" -e ZO_ROOT_USER_PASSWORD="Complexpass#123" \
public.ecr.aws/zinclabs/openobserve:latest
[ ] Minimal Console Logging (Exceptions, Warnings)