flow-access-server

command
v1.3.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 14, 2021 License: Apache-2.0 Imports: 20 Imported by: 0

README

Flow Access Server

Description

The Flow Access Server runs on top of a DPS index to implement the Flow Access API. Both the Flow DPS Indexer and the Flow DPS Live tool can create such an index. In the case of the indexer, the index is static and built from a previous spork's state. For the live tool, the index is dynamic and updated on an ongoing basis from the data sent from a Flow execution node.

Usage

Usage of flow-access-server:
  -a, --api string     host URL for GRPC API endpoint (default "127.0.0.1:5005")
  -l, --log string     log output level (default "info")
  -p, --port uint16    port to serve GRPC API on (default 5006)

Example

The following command line starts the DPS Access API server to serve requests on port 5006.

./flow-access-server -a "127.0.0.1:5005" -p 5006

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL