orbit

command
v0.0.0-...-1aed462 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2019 License: Apache-2.0 Imports: 17 Imported by: 0

README

Orbit

Build Status

Orbit is the client facing API server for the Rover ecosystem. It acts as the interface between rover-core and applications that want to access the Rover network. It allows you to submit transactions to the network, check the status of accounts, subscribe to event streams, etc. See an overview of the Rover ecosystem for more details.

Downloading the server

Prebuilt binaries of orbit are available on the releases page.

See the old releases page for prior releases

Platform Binary file name
Mac OSX 64 bit orbit-darwin-amd64
Linux 64 bit orbit-linux-amd64
Windows 64 bit orbit-windows-amd64.exe

Alternatively, you can build the binary yourself.

Dependencies

Orbit requires go 1.6 or higher to build. See (https://golang.org/doc/install) for installation instructions.

Building

mercurial is used during glide build.

glide is used for building orbit.

Given you have a running golang installation, you can install this with:

curl https://glide.sh/get | sh

Next, you must download the source for packages that orbit depends upon. From within the project directory, run:

glide install

Then, simply run go install github.com/laxmicoinofficial/go/services/orbit. After successful completion, you should find orbit is present in your $GOPATH/bin directory.

More detailed intructions and admin guide.

Developing Orbit

See the development guide.

Contributing

Please see the CONTRIBUTING.md for details on how to contribute to this project.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
actions
Package actions provides the infrastructure for defining and executing actions (code that is triggered in response to an client request) on orbit.
Package actions provides the infrastructure for defining and executing actions (code that is triggered in response to an client request) on orbit.
assets
Package assets is a simple helper package to help convert to/from xdr.AssetType values
Package assets is a simple helper package to help convert to/from xdr.AssetType values
codes
Package codes is a helper package to help convert to transaction and operation result codes to strings used in orbit.
Package codes is a helper package to help convert to transaction and operation result codes to strings used in orbit.
context/requestid
Package requestid provides functions to support embedded and retrieving a request id from a go context tree
Package requestid provides functions to support embedded and retrieving a request id from a go context tree
db2
Package db2 is the replacement for db.
Package db2 is the replacement for db.
db2/core
Package core contains database record definitions useable for reading rows from a Rover Core db
Package core contains database record definitions useable for reading rows from a Rover Core db
db2/history
Package history contains database record definitions useable for reading rows from a the history portion of orbit's database
Package history contains database record definitions useable for reading rows from a the history portion of orbit's database
db2/sqx
Package sqx contains utilities and extensions for the squirrel package which is used by orbit to generate sql statements.
Package sqx contains utilities and extensions for the squirrel package which is used by orbit to generate sql statements.
ingest
Package ingest contains the ingestion system for orbit.
Package ingest contains the ingestion system for orbit.
ingest/participants
Package participants contains functions to derive a set of "participant" addresses for various data structures in the Rover network's ledger.
Package participants contains functions to derive a set of "participant" addresses for various data structures in the Rover network's ledger.
ledger
Package ledger provides useful utilities concerning ledgers within stellar, specifically as a central location to store a cached snapshot of the state of both orbit's and rover-core's views of the ledger.
Package ledger provides useful utilities concerning ledgers within stellar, specifically as a central location to store a cached snapshot of the state of both orbit's and rover-core's views of the ledger.
log
Package log provides the logging facilities used for orbit.
Package log provides the logging facilities used for orbit.
paths
Package paths provides utilities and facilities for payment paths as needed by orbit.
Package paths provides utilities and facilities for payment paths as needed by orbit.
reap
Package reap contains the history reaping subsystem for orbit.
Package reap contains the history reaping subsystem for orbit.
render/sse
This package contains the Server Sent Events implementation used by orbit.
This package contains the Server Sent Events implementation used by orbit.
resource
Package resource contains the type definitions for all of horizons response resources.
Package resource contains the type definitions for all of horizons response resources.
simplepath
Package simplepath provides an implementation of paths.Finder that performs a breadth first search for paths against a rover-core's database
Package simplepath provides an implementation of paths.Finder that performs a breadth first search for paths against a rover-core's database
test
Package test contains simple test helpers that should not have any dependencies on orbit's packages.
Package test contains simple test helpers that should not have any dependencies on orbit's packages.
test/db
Package db provides helpers to connect to test databases.
Package db provides helpers to connect to test databases.
test/trades
Common infrastructure for testing Trades
Common infrastructure for testing Trades
txsub
Package txsub provides the machinery that orbit uses to submit transactions to the rover network and track their progress.
Package txsub provides the machinery that orbit uses to submit transactions to the rover network and track their progress.
txsub/results/db
Package results provides an implementation of the txsub.ResultProvider interface backed using the SQL databases used by both rover core and orbit
Package results provides an implementation of the txsub.ResultProvider interface backed using the SQL databases used by both rover core and orbit
txsub/sequence
Package sequence providers helpers to manage sequence numbers on behalf of orbit clients.
Package sequence providers helpers to manage sequence numbers on behalf of orbit clients.
utf8
Package utf8 contains utilities for working with utf8 data.
Package utf8 contains utilities for working with utf8 data.

Jump to

Keyboard shortcuts

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