Metadata-Version: 2.1
Name: dagit
Version: 0.5.0
Summary: Web UI for dagster.
Home-page: https://github.com/dagster-io/dagster
Author: Elementl
License: Apache-2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: enum-compat (==0.0.2)
Requires-Dist: future (<0.17.0a0,>=0.16.0)
Requires-Dist: pyyaml (==4.2b1)
Requires-Dist: click (>=6.7)
Requires-Dist: dagster
Requires-Dist: dagster-graphql
Requires-Dist: graphql-core (>=2.1)
Requires-Dist: Flask-GraphQL (>=2.0.0)
Requires-Dist: Flask-Sockets (>=0.2.1)
Requires-Dist: Flask (>=0.12.4)
Requires-Dist: flask-cors (>=3.0.6)
Requires-Dist: gevent-websocket (==0.10.1)
Requires-Dist: gevent (==1.3.7)
Requires-Dist: graphql-ws (>=0.3.0)
Requires-Dist: watchdog (>=0.8.3)
Requires-Dist: nbconvert (>=5.4.0)

============
Dagster UI
============

Usage
~~~~~
Eg in dagster_examples

.. code-block:: sh

  dagit -p 3333

Running dev ui:

.. code-block:: sh
  REACT_APP_GRAPHQL_URI="ws://localhost:3333/graphql" yarn start

Updating api mocks:

.. codeblock:: sh

  REACT_APP_RENDER_API_RESULTS=true REACT_APP_GRAPHQL_URI="ws://localhost:3333/graphql" yarn start

Copy the mocks to `__tests__/mockData.tsx`


