Skip to content

EVE-Tools/jumpgate

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

jumpgate

Build Status Go Report Card Docker Image

This service for Element43 is based on grpc-gateway and translates requests between HTTP and gRPC.

Issues can be filed here. Pull requests can be made in this repo.

Installation

Either use the prebuilt Docker images and pass the appropriate env vars (see below), or:

  • Install Go, clone this repo into your gopath
  • Run go get ./... to fetch the service's dependencies
  • Run bash generateProto.sh to generate the necessary gRPC-related code
  • Run go build to build the service
  • Run ./jumpgate to start the service

Deployment Info

Builds and releases are handled by Drone.

Environment Variable Default Description
LOG_LEVEL info The service's log level
LISTEN_HOST :8000 The host/port jumpgate will listen on
ESI_MARKETS_HOST esi-markets.element43.svc.cluster.local:43000 Location of the ESI markets service
MARKET_STATS_HOST market-stats.element43.svc.cluster.local:43000 Location of the market statistics service
STATIC_DATA_HOST static-data.element43.svc.cluster.local:43000 Location of the static data service
TOP_STATIONS_HOST top-stations.element43.svc.cluster.local:43000 Location of the top stations service

About

Jumpgate is Element43's HTTP -> gRPC gateway

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published