Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Files

dev-resources

Development Resources

This directory includes a variety of development resources to make it easier to build dashboard features in a controlled environment without having to run any Jina instances.

testserver

The test server is designed to mock a jinad instance.

Simulating Flows

To start a flow simulation, run:

node testserver

You can override config and specify a source by using:

node testserver --source=<PATH_TO_SOURCE>

To specify a port:

node testserver --port=<PORT_NUMBER>