Skip to content

DataBiosphere/arrow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arrow

Data import translation service

Requirements

  • python3
  • pip

API

POST /avroToRawls

  • Request Body: { "url": "..." }
  • Success Response: Rawls upsert JSON

Development Setup

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Running locally

python arrow/server.py

Running tests

pytest

Deployment

ENV=<env> ./scripts/deploy.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors