I recommend building your environment on top of a virtual environment or docker container. (e.g., venv, anaconda, etc.)
-
Running Airflow locally
#start airflow make start-airflow #stop airflow make stop-airflow
-
Linting & Testing
# Linting make lint # Testing make test
-
Cleaning up your local environment
make reset-airflow
- Providing collectors for data collection
- Loading into NoSQL (e.g., MongoDB)
- Trasform and load for loading into Vector Store (e.g., Pinecone)
Please refer to CONTRIBUTING.md for Contribution.
For issues, new functions and requests to modify please follow the following procedure. ๐ฅฐ
- Fork the Project
- Create a Issue when you have new feature or bug, just not Typo fix
- Create your Feature Branch from dev Branch (
git checkout -b feat/Newfeature
) - Commit your Changes (
git commit -m 'feat: add new feature'
) - Push to the Branch (
git push origin feat/Newfeature
) - Open a Pull Request to dev branch with Issues
Please refer to LICENSE
for LICENSE.
Yongwoo Song |