An open API service indexing awesome lists of open source software.

https://github.com/blackducksoftware/bdio

Black Duck I/O
https://github.com/blackducksoftware/bdio

libraries

Last synced: 9 months ago
JSON representation

Black Duck I/O

Awesome Lists containing this project

README

          

# Black Duck I/O

[![Build Status](https://travis-ci.org/blackducksoftware/bdio.svg?branch=master)](https://travis-ci.org/blackducksoftware/bdio)
[![Download](https://api.bintray.com/packages/bds/oss/bdio/images/download.svg)](https://bintray.com/bds/oss/bdio/_latestVersion)

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][json-ld] to represent data. You can find some simple examples of using the API to generate data on the [wiki][wiki].

## Requirements

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

## Dependency Information

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

Maven
````

com.blackducksoftware.bdio
bdio-rxjava
x.y.z

````

## Documentation

Please refer to the [project wiki][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.

[json-ld]: http://json-ld.org
[bdio2_0]: https://blackducksoftware.github.io/bdio/specification/2.0
[bdio2_1]: https://blackducksoftware.github.io/bdio/specification/2.1
[wiki]: https://github.com/blackducksoftware/bdio/wiki