GitXplorerGitXplorer
F

khugpt-airflow

public
1 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
108e71aa32bdba49dadf7b982f034d95055fc172

[#3] docs: add README

FFacerAin committed a year ago
Unverified
61ccab77283c063e40b3980db834f39e40b39364

feat: add tiktoken control

FFacerAin committed a year ago
Unverified
3ace5789234ccf07c738eb47157e9df4ea7628f6

chore: format black

FFacerAin committed a year ago
Unverified
80dc56cf5f92c2860c83074c275000ba646d6b28

feat: update airflow nodes

FFacerAin committed a year ago
Unverified
47c9fdafe0ebb5880f1255f04cca968977b03e1a

feat: add college_info_map

FFacerAin committed a year ago
Unverified
b4b66275f4bc8bbee61ee6c2a081841779c41c89

feat: refactor khutoday collector

FFacerAin committed a year ago

README

The README file for this repository.

Contributors Forks Stargazers Issues Pull Request MIT License


Logo

KHUGPT airflow Engine

Data workflow for KHUGPT using airflow.




Report Issues ยท Pull Requests

๐Ÿ—ƒ๏ธ Built With

๐Ÿ’ก Language

Python

๐Ÿ’ก Frameworks

Airflow

(back to top)

๐Ÿš€ Getting Started

โšก Prerequisites

๐Ÿš€ Guideline

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

(back to top)

๐ŸŒ Features

  • Providing collectors for data collection
  • Loading into NoSQL (e.g., MongoDB)
  • Trasform and load for loading into Vector Store (e.g., Pinecone)

(back to top)

๐Ÿ”ฅ Contributing

Please refer to CONTRIBUTING.md for Contribution.

For issues, new functions and requests to modify please follow the following procedure. ๐Ÿฅฐ

  1. Fork the Project
  2. Create a Issue when you have new feature or bug, just not Typo fix
  3. Create your Feature Branch from dev Branch (git checkout -b feat/Newfeature)
  4. Commit your Changes (git commit -m 'feat: add new feature')
  5. Push to the Branch (git push origin feat/Newfeature)
  6. Open a Pull Request to dev branch with Issues

(back to top)

๐Ÿ” License

Please refer to LICENSE for LICENSE.

(back to top)

๐Ÿ’ฌ Contact


Yongwoo Song

(back to top)