Skip to content

Instantly share code, notes, and snippets.

View sebastienfr's full-sized avatar
🚴‍♂️

Sébastien FRIESS sebastienfr

🚴‍♂️
View GitHub Profile
@sebastienfr
sebastienfr / README.md
Last active December 8, 2020 22:43
Read SQLite database from Notes, extract notes content to files
@sebastienfr
sebastienfr / handsongo-setup.md
Last active July 4, 2018 21:51
prerequisites for "your first microservice in Go" codelab

To get prepared for the Go microservice codelab you need to :

  • Know the Go syntax by having a look at the tour of Go,
  • For Linux and MacOS a prepared workspace is provided,
  • Windows computer may have VirtualBox installed to be able to import a prepared virtual machine containing the lab
  • Everybody has Docker installed on its laptop to be able to launch MongoDB and your docker packaged microservice

For those who are willing to setup their environnement by hand :

  • Install Go version 1.7 minimum, 1.10.3 recommended
  • Prepare a Go workspace (3 directories : ~/go/src, ~/go/pkg, ~/go/bin)
  • Install Docker et Docker-compose