Skip to content

AusDTO/cf-pgsql-sample-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cf-go-martini

A basic sample application that demonstrates a few things:

  • Writing a Go application for Cloud Foundry

  • Using the Martini web framework

  • Using the cfenv Go library for interacting with CF application metadata and bound services

  • Use of database/sql to interact with a MySQL DB

  • Use of the experimental Cloud Foundry Go Buildpack

Running on Cloud Foundry

The application requires binding to a Postgresql service. It also requires you to be running version 6.1 of the CF CLI.

About

Go/Martini Sample Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 74.7%
  • Shell 25.3%