blackducksoftware / bdio

Black Duck I/O

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Black Duck I/O

Build Status Download

Black Duck I/O is a specification for how to transfer data between Black Duck products, specifically Bill of Material (BOM) and scan related data. It is also an API for producing and consuming data conforming to the specification. The specification leverages JSON-LD to represent data. You can find some simple examples of using the API to generate data on the wiki.

Requirements

The Black Duck I/O API requires Java 8 or later. The formatted data must conform to the BDIO specification.

Dependency Information

Gradle

compile 'com.blackducksoftware.bdio:bdio-rxjava:x.y.z'

Maven

    <dependency>
      <groupId>com.blackducksoftware.bdio</groupId>
      <artifactId>bdio-rxjava</artifactId>
      <version>x.y.z</version>
    </dependency>

Documentation

Please refer to the project wiki.

Build

$ git clone git@github.com:blackducksoftware/bdio.git bdio-libraries
$ cd bdio-libraries/
$ docker build -t blackducksoftware/bdio-tinkerpop-db bdio-tinkerpop-db/
$ docker run -d -e POSTGRES_HOST_AUTH_METHOD=trust -p 5432:5432 blackducksoftware/bdio-tinkerpop-db
$ ./gradlew build

License

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Black Duck I/O

License:Apache License 2.0


Languages

Language:Java 99.6%Language:JavaScript 0.2%Language:HTML 0.1%Language:Dockerfile 0.0%Language:CSS 0.0%