Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/xzjkya/chirp/profile

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/xzjkya/chirp/profile

  • v0.0.0-20200607015142-fe2100930477
  • Source
  • Go
  • Socket score

Version published
Created
Source

Profile Service

This is the Profile service

Generated with

micro new --namespace=go.micro --type=service profile

Getting Started

  • Configuration
  • Dependencies
  • Usage

Configuration

  • FQDN: go.micro.service.profile
  • Type: service
  • Alias: profile

Dependencies

Micro services depend on service discovery. The default is multicast DNS, a zeroconf system.

In the event you need a resilient multi-host setup we recommend etcd.

# install etcd
brew install etcd

# run etcd
etcd

Usage

A Makefile is included for convenience

Build the binary

make build

Run the service

./profile-service

Build a docker image

make docker

FAQs

Package last updated on 07 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc