Skip to content

bearddan2000/golang-web-api-dolt-pop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golang-web-api-dolt-pop

Description

This returns a data dump of the table pop as a JSON encoded string. An ORM is used to create and seed the database.

Tech stack

  • bash
  • dolt
  • golang

Docker stack

  • ubuntu:latest
  • dolthub/dolt-sql-server

Build notes

The service takes about 1 min before callable.

To run

sudo ./install.sh -u Available at http://localhost:8080

To stop

sudo ./install.sh -d

To see help

sudo ./install.sh -h

Credits