featscomp

command module
v0.0.0-...-d3c47bb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2015 License: BSD-3-Clause Imports: 9 Imported by: 0

README

featscomp: compute DevMine features

Build Status GoDoc GoWalker

featscomp computes 'features', as defined by the DevMine project and inserts them into the database.

Installation

To install featscomp, run this command in a terminal, assuming Go is installed:

go get github.com/DevMine/featscomp

Or you can download a binary for your platform from the DevMine project's downloads page.

You also need to setup a PostgreSQL database. Look at the README file in the db sub-folder for details.

Usage and configuration

Copy featscomp.conf.sample to featscomp.conf and edit it according to you needs. It has two sections, one to configure access to the database, the other to specify which feature you would like to compute:

  • database: allows you to configure access to your PostgreSQL database.
    • hostname: hostname of the machine.
    • port: PostgreSQL port.
    • username: PostgreSQL user that has access to the database.
    • password: password of the database user.
    • dbname: database name.
    • ssl_mode: takes any of these 4 values: "disable", "require", "verify-ca", "verify-null". Refer to PostgreSQL documentation for details.
  • features: allows you to specify which feature to compute.

Once configuring is done, simply run featscomp and give it a configuration file as argument:

featscomp featscomp.conf

Documentation

Overview

Package featscomp computes features.

Directories

Path Synopsis
Package config takes care of the configuration file parsing.
Package config takes care of the configuration file parsing.
Package features provides various features implementations.
Package features provides various features implementations.
Package util provides various utilities.
Package util provides various utilities.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL