Java library implementing a Storage Connector
Documentation
•
Submit an Issue
•
Online Chat
TODO
🚀 Check out our Tutorial to get started in a snap.
Add the library to your project's dependencies:
<repository>
<id>blindnet-snapshots</id>
<url>https://nexus.blindnet.io/repository/maven-snapshots</url>
</repository>
<dependency>
<groupId>io.blindnet</groupId>
<artifactId>storage-connector-java</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
maven {
url = uri("https://nexus.blindnet.io/repository/maven-snapshots")
}
implementation("io.blindnet:storage-connector-java:1.0.0-SNAPSHOT")
Build both the library and the demo by running mvn package
in the root directory of this repo.
You can find the demo application JAR file in the example/target
directory.
Run the demo: java -jar storage-connector-java-example-1.0-SNAPSHOT-jar-with-dependencies.jar
.
The demo application does not expose any additional configuration, but the connector library supports overriding
the Data Access Component API URL with the BN_CONNECTOR_ENDPOINT
environment variable, which can be
useful in a development environment.
Contributions of all kinds are always welcome!
If you see a bug or room for improvement in this project in particular, please open an issue or directly fork this repository to submit a Pull Request.
If you have any broader questions or suggestions, just open a simple informal DevRel Request, and we'll make sure to quickly find the best solution for you.
All community participation is subject to blindnet’s Code of Conduct.
Stay up to date with new releases and projects, learn more about how to protect your privacy and that of our users, and share projects and feedback with our team.
- Join our Slack Workspace to chat with the blindnet community and team
- Follow us on Twitter to stay up to date with the latest news
- Check out our Openness Framework and Product Management on Github to see how we operate and give us feedback.
The blindnet devkit storage-connector-java is available under MIT (and here is why).