Skip to content

mikeplem/json-consul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Learning Golang, JSON, Consul

I am thinking about changing how data is stored/retrieved in dashboard-admin and dashboard-client applications. My thinking is that JSON would allow me more flexibiity with how data gets passed around and that I could add more fields the JSON object to expand the capabilities of the client.

I am using this code to help me understand how they all work together.

Consul Configuration

http://github.com/hashicorp/consul/api

I am starting Consul in the following way for my testing.

./consul agent -dev

About

Learning Golang, JSON, and Consul

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages