Skip to content

blindnet-io/storage-connector-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blindnet devkit
Java Storage Connector

Java library implementing a Storage Connector

blindnet.dev

Documentation  •  Submit an Issue  •  Online Chat

About

TODO

Get Started

🚀 Check out our Tutorial to get started in a snap.

Installation

Add the library to your project's dependencies:

Maven

<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>

Gradle

maven {
    url = uri("https://nexus.blindnet.io/repository/maven-snapshots")
}

implementation("io.blindnet:storage-connector-java:1.0.0-SNAPSHOT")

Usage

Running the demo

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.

Contributing

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.

Community

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.

License

The blindnet devkit storage-connector-java is available under MIT (and here is why).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published