Re: New Distributed Map Cache Impementations

2019-11-18 Thread Shawn Weeks
Created NIFI-6881 and I've got an almost working implementation. Something I'm trying to work out is how to store the keys. Most databases don't support byte arrays for primary keys. I know in virtually every case in NiFi the key's will be Strings but I'm wondering what to do if they weren't. I

Re: New Distributed Map Cache Impementations

2019-11-14 Thread Matt Burgess
Shawn, There are also Redis and Couchbase distributed map cache clients already in NiFi. I don't see any Jiras or PRs related to a DynamoDB or JDBC ones. I thought about making ones for JDBC, Hazelcast and/or Nitrite [1] (with or without a DataGate server), but never got around to it. I think

New Distributed Map Cache Impementations

2019-11-14 Thread Shawn Weeks
Has anyone already done some work on adding new services for distribute map cache? I’m looking at moving to aws and I really don’t want to have to run emr just for hbase. I’ve been thinking about starting on either a DynamoDB or simple jdbc implementation. Thanks Shawn Sent from my iPhone