mpacer / commuter

๐ŸšŽ Migrated to nteract/nteract

Home Page:https://github.com/nteract/nteract/tree/master/applications/commuter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

โ–ฒ Now Deployed Build Status Greenkeeper badge styled with prettier

comยทmutยทer

โš ๏ธ โš ๏ธ Moved to the nteract/nteract monorepo โš ๏ธ โš ๏ธ

/kษ™หˆmyoอžodษ™r/ a person who travels some distance to work on a regular basis.

As commuters, we rush around from place to place all day. We go to work, school, and stores. We travel to locations near and far. Eventually, we return to our cozy home. ๐Ÿš— ๐Ÿข โœˆ๏ธ ๐Ÿ—ผ ๐Ÿš„ ๐Ÿฌ ๐ŸšŒ ๐Ÿซ ๐Ÿšฒ ๐ŸŒ† ๐Ÿƒ ๐Ÿก

Like commuters, our data travels around too. Sometimes we need a notebook at work and other times at a client's site. Wherever and whenever you need your notebooks, commuter has you covered.

What is "commuter"?

As an opinionated nteract focused server, commuter reads notebooks from a local directory or Amazon S3, has a directory explorer to find notebooks, and provides a jupyter compatible version of the contents API. You determine where your notebooks should reside and where they should be shared. Flexibility and convenience.

commuter

Try commuter today and take your notebooks wherever you need them.

Demo

Installation

npm install @nteract/commuter -g

Usage

Configure and run commuter with environment variables and commuter server.

Example local run (using a network file share!):

COMMUTER_LOCAL_STORAGE_BASEDIRECTORY=/efs/users/ commuter

Example S3 run:

COMMUTER_BUCKET=sweet-notebooks commuter

Environment Variables

General Environment Variables

Environment Variable Description Default
COMMUTER_STORAGE_BACKEND local or s3 local
COMMUTER_DISCOVERY_BACKEND either elasticsearch or none "none"
COMMUTER_PORT Port to run commuter on 4000
COMMUTER_LOCAL_STORAGE_BASEDIRECTORY directory to serve in local storage mode process.cwd()
COMMUTER_ES_HOST ElasticSearch Host ""

Environment Variables for S3 Storage

Environment Variable Description Default
COMMUTER_S3_BASE_PREFIX prefix on the bucket, similar to base directory ""
COMMUTER_S3_PATH_DELIMITER separator for "paths" "/"
COMMUTER_BUCKET bucket contents served from Required in S3 mode, no default
COMMUTER_S3_KEY AWS Key Optional, uses IAM roles or ~/.aws/credentials otherwise
COMMUTER_S3_SECRET AWS Secret Optional, uses IAM roles or ~/.aws/credentials otherwise

Roadmap

Details here

Development

Requires Node.js 6+ and npm 3+.

Required env variables

Quick Start

  1. git clone git@github.com:nteract/commuter.git
  2. cd commuter
  3. npm i
  4. npm run dev
  5. open http://localhost:4000

Tests

  1. npm t

Deployment

  1. Install commuter cli npm install @nteract/commuter
  2. exec commuter - the service is typically wrapped inside daemontools

Release

  1. lerna publish

About

๐ŸšŽ Migrated to nteract/nteract

https://github.com/nteract/nteract/tree/master/applications/commuter

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 56.5%Language:Jupyter Notebook 42.0%Language:CSS 1.5%