Skip to content

apjansing/mongo_resource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Resource for Concourse

This repository is to hold my second ever Concourse resource. I have written one for work and wanted to see if I could do it again for a database I once used and so I could potentially help someone else write their own Concourse resource.

How the Resource is Written

!THIS IS AN WORK IN PROGRESS!

Resources are made up of three parts (as described here):

These resources can be written in any language as long as you can make the check, in, and out executable and be without extensions. I will be writing my check, in, and out in Python.

Changelog

v0.1.0

  • Test release