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
- Host: GitHub
- URL: https://github.com/blackducksoftware/bdio
- Owner: blackducksoftware
- License: apache-2.0
- Created: 2016-06-01T13:20:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-28T17:41:13.000Z (12 months ago)
- Last Synced: 2025-03-24T10:45:37.054Z (10 months ago)
- Topics: libraries
- Language: Java
- Size: 2.12 MB
- Stars: 13
- Watchers: 17
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Black Duck I/O
[](https://travis-ci.org/blackducksoftware/bdio)
[](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