From 5597e0deba01881e83e50fa6e24a4d4dc046b0c6 Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Fri, 21 Sep 2018 16:11:02 +0100 Subject: [PATCH 1/2] add base64 plugin --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cb8d3f2..003605a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ If you would like to link to a resource (hosted on GitHub or externally), please - [CSV Codec](https://github.com/mjj29/apama-csv-plugin) - Translation of CSV format messages, with escaping and contentType checking for both plugins and connectivity codec - [CSV Codec](https://github.com/himanshunandeshwar/apama-streaming-analytics-connectivityPlugin-CSVCodec-cpp) - Translation of CSV format messages - [Batching Codec](https://github.com/mjj29/apama-batching-codec) - Convert a batch of messages into a single message containing a list of messages and vice-versa +- [Base64 Codec](https://github.com/mjj29/apama-base64-plugin) - Translation of Base64-encoded data for both plugins and connectivity codec ### Java - [CSV Codec](https://github.com/SoftwareAG/apama-streaming-analytics-connectivity-CSVCodec) - Translation of CSV format messages @@ -22,6 +23,7 @@ If you would like to link to a resource (hosted on GitHub or externally), please - [RaspberryPi GPIO](https://github.com/CallumAttryde/apama_GPIO) - For interfacing with the RaspberryPi on board GPIO - [CSV Plugin](https://github.com/mjj29/apama-csv-plugin) - Translation of CSV format messages, with escaping and contentType checking for both plugins and connectivity codec - [Random Plugin](https://github.com/mjj29/apama-random-plugin) - Random number generation plugin for statistical use (wraps C++ random header) +- [Base64 Plugin](https://github.com/mjj29/apama-base64-plugin) - Translation of Base64-encoded data for both plugins and connectivity codec ### Python - [Configuration Plugin](https://github.com/mjj29/apama-configuration-plugin) - Allow EPL access to correlator configuration properties From 4d306082a7bebb9b985c2a9b2e4205267a19f1c5 Mon Sep 17 00:00:00 2001 From: Callum Attryde Date: Wed, 26 Sep 2018 11:51:08 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 1b8bfae..4340b78 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,6 @@ If you would like to link to a resource (hosted on GitHub or externally), please - [CSV Plugin](https://github.com/mjj29/apama-csv-plugin) - Translation of CSV format messages, with escaping and contentType checking for both plugins and connectivity codec - [Random Plugin](https://github.com/mjj29/apama-random-plugin) - Random number generation plugin for statistical use (wraps C++ random header) - [Base64 Plugin](https://github.com/mjj29/apama-base64-plugin) - Translation of Base64-encoded data for both plugins and connectivity codec -### Python -- [Configuration Plugin](https://github.com/mjj29/apama-configuration-plugin) - Allow EPL access to correlator configuration properties ### Java