Skip to content

blindnet-io/data-access-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blindnet devkit
Data Access Component

Provides a common interface to the storage connectors

blindnet.dev

Documentation  •  Submit an Issue  •  Online Chat

Get Started

🚀 Check out our Quick Start Guide to get started in a snap.

Usage

First build the DAC by running the assembly SBT task. The resulting data_access.jar file can be found in the target folder, under the currently used Scala version.

Then run it: java -jar data_access.jar.

The DAC expects a Redis server to be running on 127.0.0.1:6379. This is not configurable yet.

Some options can be configured using environment variables:

Name Description Example Default
BN_ENV Environment development, staging, production development
BN_PORT HTTP port 80 8028
BN_HOST HTTP host 0.0.0.0 127.0.0.1
BN_BASE_URL HTTP base URL https://dac.example.org http://$BN_HOST:$BN_PORT
BN_AZURE_STORAGE_ACC_NAME Azure storage account name
BN_AZURE_STORAGE_ACC_KEY Azure storage account key
BN_AZURE_STORAGE_CONT_NAME Azure storage container name
BN_IDENTITY_URL identity api url https://identity.devkit.blindnet.io
BN_IDENTITY_KEY identity api public url key

development environment has default fake values for BN_AZURE_* keys.

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 data-access-component is available under MIT (and here is why).

About

Blindnet devkit Data Access Component

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published