Milkman Nosql Plugin
Introduces NoSql Requests to Milkman using JNoSql.
Introduces Nosql Requests to Milkman using JNoSql.
Installation
After placing the jar into \plugin
folder, you also have to place the driver-jars you want to use in that folder as well.
Screenshot
TBD
Features
- 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.
Setup examples
DynamoDb
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
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.