Skip to content

j0shgrant/gotsdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gotsdb

gostdb is a (soon to be timeseries) database written in Go.

Getting Started

This application currently depends on Go 1.17.

There are a couple of ways you can run gotsdb locally:

Run locally on your host

  1. Build and install the binary to your ${GOROOT}/bin (this automatically downloads any required dependencies).
$ go install .
  1. Run the binary (the installation step should have built the binary to a location that is on your PATH, for any standard Go installation).
$ gotsdb

Run as a Docker (or any other kind of OCI complaint) container

  1. Build the image from the bundled Dockerfile.
$ docker build -t gotsdb .
  1. Run the image, forwarding the default port that gotsdb listens for traffic on (8080).
$ docker run -p 8080:8080 gotsdb

Authors

Josh Grant josh-grant@hotmail.co.uk

About

A timeseries database written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published