GithubHelp home page GithubHelp logo

platformops-ec's Introduction

CFPB PlatformOps EC

Installation

  • Install Go
  • Set up GOPATH
  • Clone this repo to $GOPATH/src

Evidence Collection (EC)

Description: Evidence Collection project is written in Golang to support the automated process of collecting evidence from a set of baselines.

Project code structure:

- models/
       - baseline.go
       - control.go
       - ecGlobalVars.go
       - manifest.go
- services/
       - commandExe.go
       - crudBaselineControl.go
       - readExcelBaseline.go
- ec_agent.go
- parse_Excel_convertTo_Json.go
- parse_Excel_loadTo_Sql.go

Convention:

  • Class names should be nouns in UpperCamelCase.
  • Methods should be verbs in lowerCamelCase.
  • Local variables, instance variables, and class variables are also written in lowerCamelCase.
  • Constants should be written in uppercase characters separated by underscores.
  • 4 spaces for an indentation.
  • When in doubt, see Effective Go

Dependencies

  • github.com/tealeg/xlsx - Excel parser
  • github.com/lib/pq - PostgreSQL Go driver

Configuration

  • Please contact _DL_CFPB_Platform_Operations_Team for configuration setup.

Usage

How to test the software

Known issues

Getting help

Getting involved


Open source licensing info

  1. TERMS
  2. LICENSE
  3. CFPB Source Code Policy

Credits and references

  1. GoLang
  2. Git
  3. Design Patterns - The Gang of Four

platformops-ec's People

Contributors

phungocnguyen avatar imuchnik avatar scotchester avatar virtix avatar ascott1 avatar contolini avatar anselmbradford avatar marcesher avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.