knowledgedb

command module
v0.0.0-...-043ee8f Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2015 License: Apache-2.0 Imports: 19 Imported by: 0

README

KnowledgeDB

This is a little Knowledge Database for personal use written in Go There is no user authentication just some markdown processing and full-text-search.

Used 3rd Party Packages / Libs

Compile

To compile you could simply use go build or if you want some extra analyzers for the search engine build with go build -tags "icu libstemmer" For more information about additional search engine features see bleve...

Executing

Copy the compiled executable in the same directory as the static and the templates directory. If you want you can create a config.json

{
    "HttpAddr": ":12345",               // port / address for the http server
    "DataDir": "/var/knowledgedb/data", // directory to store the database and fulltext-search-index
    "DefaultAnalyzer": "standard"       // Textanalyzer for the bleve search.
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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