Introduces Nosql Requests to Milkman using JNoSql.
After placing the jar into \plugin
folder, you also have to place the driver-jars you want to use in that folder as well.
TBD
- Integration of jnosql query language
- support for key-value databases (e.g. dynamodb, redis, memcache,...)
- support for document databases (e.g. couchbase, )
- support for column databases (e.g. cassandra, )
- (planned) support for graph databases (via Apache tinkerpop, supporting databases like neo4j)
- (planned) exploration of table structures / existing tables.
you need to add these artifacts into the plugin folder (refering to my dynamodb jnosql driver)
com.github.warmuuh:jnosql-dynamodb-document:1.0.1-SNAPSHOT
# if you use `aws sso login`
software.amazon.awssdk:sso:2.20.98
for a nosql request, you need to configure these parameters:
jnosql.document.provider: com.github.warmuuh.jnosql.dynamodb.DynamoDBDocumentConfiguration
jnosql.dynamodb.region: eu-central-1
jnosql.dynamodb.profile: my_profile