Skip to content

Sunbird-cQube/csv-parser-ms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cQube CSV Parser Service

Parse CSV and generate an ingest folder for users.

Local setup

  1. Install Poetry
curl -sSL https://install.python-poetry.org | python3 -
  1. Install the project
poetry install
  1. Run the server
cp .env.sample .env && poetry run uvicorn src.main:app --reload

About

Parses CSV into ingest files for cQube

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.6%
  • Dockerfile 3.4%