Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/yu818/dvid

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/yu818/dvid

  • v0.0.0-20130625190048-2551dc1852fb
  • Source
  • Go
  • Socket score

Version published
Created
Source

DVID: Distributed, Versioned Image Datastore

Status: In development, not ready for use.

Build Status

DVID is a distributed, versioned image datastore written in Go that supports different storage backends, a Level 2 REST HTTP API, and command-line access.

Documentation is available here.

Build Process

DVID uses the buildem system to automatically download and build leveldb, Go language support, and all required Go packages.

To build DVID using buildem, do the following steps:

% cd /path/to/dvid/dir
% mkdir build
% cmake -D BUILDEM_DIR=/path/to/buildem/dir ..

If you haven't built with that buildem directory before, do the additional steps:

% make
% cmake -D BUILDEM_DIR=/path/to/buildem/dir ..

To build DVID, assuming you are still in the CMake build directory from above:

% make dvid

This will install a DVID executable 'dvid' in the buildem bin directory.

To build DVID executable without built-in web client:

% make dvid-exe

Tests are run with gocheck:

% make test

FAQs

Package last updated on 25 Jun 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc