Data import translation service
python3pip
POST /avroToRawls
- Request Body:
{ "url": "..." } - Success Response: Rawls upsert JSON
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Running locally
python arrow/server.py
Running tests
pytest
ENV=<env> ./scripts/deploy.sh