chrisbodhi / ddwfs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ddwfs

your data.world datasets as a virtual file system

Getting started (macOS)

  1. Install MacFUSE
  2. Get your data.world API token (probably the READ/WRITE option)
  3. Save your API key as an environment variable, DW_AUTH_TOKEN, however you like For instance, export DW_AUTH_TOKEN="e..." in whatever terminal window you're working in
  4. Save your userid as an env var, DW_USERNAME, however you like
  5. Get going: go build

About


Languages

Language:Go 100.0%