DevWorx
Popular repositories Loading
-
impala-query-parser
impala-query-parser PublicContains instructions and helper libraries to allow you to parse SQL scripts in Apache Impala's dialect as part of your CI pipeline. Catching common mistakes / typos early in the development cycle …
-
nifi-starter
nifi-starter PublicA starter project using Apache Nifi. In 3 quick steps it deploys an example flow that fetches Deutsche Börse data from AWS S3, aggregates it using a simple custom Nifi processor and invokes a Pytho…
Java 4
-
forkjoinpool-blog
forkjoinpool-blog PublicThe code for the blog entry: https://www.devworx.co.uk/blog/Beware-The-ForkJoinPool-In-Web-Applications/index.html
Java 3
-
data-cornucopia
data-cornucopia PublicA collection of data developments tools and other miscellany useful for a variety of projects and consultancy arrangements.
Java 1
-
ui-bundles
ui-bundles PublicThis repository contains a number of UI components, reference implementations and other libraries that I find useful during the course of my regular consultancy and development engagements
Java
-
public-website
public-website PublicThe source code for the public website available at : https://www.devworx.co.uk
HTML
Repositories
- data-cornucopia Public
A collection of data developments tools and other miscellany useful for a variety of projects and consultancy arrangements.
- forkjoinpool-blog Public
The code for the blog entry: https://www.devworx.co.uk/blog/Beware-The-ForkJoinPool-In-Web-Applications/index.html
- public-website Public
The source code for the public website available at : https://www.devworx.co.uk
- ui-bundles Public
This repository contains a number of UI components, reference implementations and other libraries that I find useful during the course of my regular consultancy and development engagements
- cloudfront-logs-java16 Public
The AWS Cloudfront logs parser is a utility that traverses a directory of AWS Cloudfront log files and converts it into a local relational database - HSQLDB. It allowed the author to quickly get to a position to run some SQL queries against his log traffic and provided an excuse to try out some of the latest Java 16 features.
- nifi-starter Public
A starter project using Apache Nifi. In 3 quick steps it deploys an example flow that fetches Deutsche Börse data from AWS S3, aggregates it using a simple custom Nifi processor and invokes a Python script to produce a chart. Starting up Apache Nifi and getting a blank canvas can be daunting - this example will helps get over that inertia
- maven-deploy-utils Public
A collection of standalone tools that assist with the deployment and customisation of Maven artefacts. With particular focus on the generation of scripts, replacement of group ids, versions etc. such that artefacts can be used in corporate environments.
- impala-query-parser Public
Contains instructions and helper libraries to allow you to parse SQL scripts in Apache Impala's dialect as part of your CI pipeline. Catching common mistakes / typos early in the development cycle has some significant productivity benefits.