Fork me on Github

SysDB is distributed as a source-code archive.

Stable Release

Latest release: 0.8.0
Release date: 2016-02-25

  • sysdb-0.8.0.tar.bz2
    MD5: 33413ff6cfaea19c001939a7700c9404
    SHA256: 5fa91b851697bf19227824a455d7fbf4861a3d114ef59bc85cbe65b32d4a7340
  • sysdb-0.8.0.tar.gz
    MD5: 53040ae86745cad7cddba4200c28213e
    SHA256: 2120c2106c1fa36b9366d8b18231b0210be4a3139774dadbe846a9bfefae8b90

Older releases:

  • sysdb-0.7.0.tar.bz2
    MD5: a17899c82dba5b55cde8d512edbeb02d
    SHA256: b8d9966f34d630f419962a46c87ffbc2dd2a6df44e36e3edfb87aefc07b37d88
  • sysdb-0.7.0.tar.gz
    MD5: b83292d575c45d2097a8456c27c432dc
    SHA256: f82e7aa5cb40cf362119a748898ef005e2133d2150075f544535767d73455560
  • sysdb-0.6.0.tar.bz2
    MD5: 59af61476cb1d4f4587946a3437e1a18
    SHA256: 327cb6cbfb6c953be60eb01554ca0aacc0071563f6de8cf60a1ff1e85660af24
  • sysdb-0.6.0.tar.gz
    MD5: 3eb19b8accdb7efecf4c6697d3a1acb4
    SHA256: 75c7d0ca0ad60638aa7c63b2b13ccf2217be86c1dfa1601002db8c16f0d4c9d9

A mirror of all releases can be found at Github.

Web User-Interface

The SysDB web user-interface provides a graphical client application for browsing and querying the system database.

It is available as a separate sub-project on Github at github.com/sysdb/webui. It is written in the Go programming language (golang) and can be installed and built using:

go get github.com/sysdb/webui
go build github.com/sysdb/webui
# Short usage summary:
./webui --help

See the README file for further instructions.

Language Bindings

Language bindings allow you to interact with SysDB using other programming languages.

Go

The github.com/sysdb/go package for the Go programming language (golang) implements a client for SysDB.

Install the package into your GOPATH using the go get command:

go get github.com/sysdb/go

The documentation is included with the source code in a way compatible with the godoc tool and can be viewed online.

Build/Test Status

Development Snapshots

The latest version of the source-code is available in the Git archive, hosted on Github. You may browse the source-code in the web-interface or download the code via Git via https://github.com/sysdb/sysdb.git. A mirror is available at git://git.tokkee.org/sysdb.git.

Build/Test Status     Coverage Status

Compile the Source

After downloading the source package, you need to unpack, compile, and install the source. For this, you might need additional dependencies based on which components of SysDB you want to use. You'll find detailed information about this in the README file. Also, the 'configure' script will provide a summary of required and auto-detected dependencies.

Compile and install the source using the usual approach used by a lot of Open Source projects:

tar zxf sysdb-VERSION.tar.gz
cd sysdb-VERSION
./configure
make all install

When fetching the source from Git or after changing the build system, you'll have to rebuild the build system:

./autogen.sh

License

SysDB is Free/Libre Open Source Software distributed under the terms of the simplified BSD license:

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
   notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
   notice, this list of conditions and the following disclaimer in the
   documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Latest Releases:

» 0.8.0 — 2016-02-25
» 0.7.0 — 2015-02-21
» 0.6.0 — 2014-11-17

[feed]  RSS | Atom

 

   

 

Imprint | Github | Google+ (Community) | Twitter | Facebook