Pinned Repositories
components-contrib
Community driven, reusable components for distributed apps
fontys-fall2023-microservices-messaging-kafka
Workshop resources for the Fontys Fall 2023 workshop on microservices, messaging and Apache Kafka
go-oracle-database
Experiments with Oracle Database interaction from Go
kafka-streams-running-topN
Running Top N aggregation using Apache Kafka Streams
microservices-choreography-kubernetes-workshop-june2017
Workshop materials for a June 2017 workshop on microservices, Docker & Kubernetes, Node.JS, Kafka, Redis and choreography
playwright-scenarios
Some scenarios using Playwright - deeplink bookmarks, tactical integration, RPA, UI Healthcheck, Test Automation of User Interface, documenting web applications
presentations
Slides from presentations for conferences, user group events, meetups and more
real-time-ui-with-kafka-streams
Fast data arrives in real time and potentially high volume. Rapid processing, filtering and aggregation is required to ensure timely reaction and actual information in user interfaces. Doing so is a challenge, make this happen in a scalable and reliable fashion is even more interesting. This session introduces Apache Kafka as the scalable event bus that takes care of the events as they flow in and Kafka Streams for the streaming analytics. Both Java and Node applications are demonstrated that interact with Kafka and leverage Server Sent Events and WebSocket channels to update the Web UI in real time. User activity performed by the audience in the Web UI is processed by the Kafka powered back end and results in live updates on all clients.
soasuitehandbook
Source Code for the Oracle SOA Suite 12c Handbook
lucasjellema's Repositories
lucasjellema/real-time-ui-with-kafka-streams
Fast data arrives in real time and potentially high volume. Rapid processing, filtering and aggregation is required to ensure timely reaction and actual information in user interfaces. Doing so is a challenge, make this happen in a scalable and reliable fashion is even more interesting. This session introduces Apache Kafka as the scalable event bus that takes care of the events as they flow in and Kafka Streams for the streaming analytics. Both Java and Node applications are demonstrated that interact with Kafka and leverage Server Sent Events and WebSocket channels to update the Web UI in real time. User activity performed by the audience in the Web UI is processed by the Kafka powered back end and results in live updates on all clients.
lucasjellema/microservices-choreography-kubernetes-workshop-june2017
Workshop materials for a June 2017 workshop on microservices, Docker & Kubernetes, Node.JS, Kafka, Redis and choreography
lucasjellema/microservice-choreography-tweetboard
Microservice, Kubernetes, NodeJS, Kafka, Workflow Choreography, Routing Slip
lucasjellema/theArtOfMachineLearning
Introduction to Machine Learning
lucasjellema/event-bus-microservices-backbone-jfall2017
Sources for demos for the JFall 2017 session Event Bus as Backbone for Decoupled Microservice Choreography
lucasjellema/oracle-code-brussels-microservices-choreography
Microservice, Kubernetes, NodeJS, Docker, Kafka, Workflow Choreography, Routing Slip for Oracle Code Brussels, June 6th 2017
lucasjellema/aced-cloud-demo-ofmw2016-valencia
Sources for the Oracle ACED Cloud Demonstration at the PaaS Partner Community Forum in Split (March 2017) - previously used for Valencia (March 2016), Katwijk (June 2016) and San Francisco (September 2016)
lucasjellema/adf-embedded-js-client-token-rest
A prototype for embedding a rich web client application in an ADF application and sharing the security context from ADF with the client application and subsequently with REST APIs
lucasjellema/devoxx17-intro-machine-learning
The Art of Intelligence - Introduction to Machine Learning for Java Developers - resources from the session I presented at Devoxx Morocco on November 15th 2017 in Casablanca. The slides contain many references to internet resources and demos. The code samples
lucasjellema/nodejs-serversentevents-quickstart
Easiest implementation possible of SSE with Node.JS
lucasjellema/adf-and-javascript
Explorations into using JavaScript with and in ADF Faces 12c - to enrich, make leaner and smoother, use 3rd party components, leverage HTML5, benefit from simpler implementation and have smart client to server and server to client interactions.
lucasjellema/greeting
Very simple Node application - intended for deployment on Oracle Application Container Cloud Service as example for CI/CD. This application and its deployment is described in a blog article on AMIS Technology Blog: https://technology.amis.nl/2017/08/11/automating-build-and-deployment-of-node-application-in-oracle-developer-cloud-to-application-container-cloud/
lucasjellema/intro-docker-for-oracle-professionals
Materials for the UKOUG 2017 session Intro to Docker Containers and the Oracle Platform - Database, WebLogic & the Cloud
lucasjellema/java-express-style-rest-api
This repository contains a simple, straightforward example of a Java (Oracle JDK) based REST API implemented very much like Node Express style REST APIs
lucasjellema/jet-nestedheader-datagrid-planandresource
Sample Oracle JET application with a datagrid using Nested Headers and Cell styling
lucasjellema/jupyter-notebook-eredivisie
Python Jupyter Notebook analyzing match results Eredivisie in season 2016/2017 - including an attempt to predict match results
lucasjellema/nodejs-mongodb-quickstart
Quickly getting started with Node JS interaction with a (cloud based) MongoDB instance
lucasjellema/nodejs-workshop-june2017
Workshop materials for getting started with Node (aka Node.JS) - for Oracle Developer Meetup/AMIS SIG session on 22nd June 2017
lucasjellema/order-data-demo-devoxx
Demo of various shades of data - being processed by microservices (potentially) running on the cloud - for Devoxx 2017 Morocco
lucasjellema/ADFplusVueJS
Simple example of integrating Vue.js in an ADF 12c Web Application
lucasjellema/APM-Demo-App-WorldView
Convoluted Java EE/ADF application for demonstration purposes: we use it to demonstrate Oracle Management Cloud - Application Performance Monitoring and Log Analytics.
lucasjellema/employees-node-restapi-with-sse
Originally created for Oracle OpenWorld 2016, a REST/JSON API implemented with Node.JS and Express on top of PL/SQL API in Oracle Database
lucasjellema/jscreditscore
lucasjellema/node-mediator-proxy
Node.js application that will act as a proxy - accepting HTTP requests and forwarding them to HTTPS targets
lucasjellema/nodejs-introduction-workshop-may2017
Workshop materials for getting started with Node (aka Node.JS)
lucasjellema/nodejs-oracledbdriver-quickstart
Simple scripts to try out Oracle DB Driver for Node.js - especially in Virtual Machine with Oracle Database 11gR2 XE
lucasjellema/public-apis
A collective list of public JSON APIs for use in web development.
lucasjellema/scrape-oow17
Scrape session details from Oracle OpenWorld 2017 session catalog - using simple Node application
lucasjellema/supporting-sources
Collection of sources that support JSFiddle snippets or other publications.
lucasjellema/workshop-api-rest-json-Node-JS
Two to three day workshop on REST API and JSON, HTTP basics, Node and Server Side JavaScript and the implementation of a self-designed API. Tools used incude Google Chrome, Postman, Visual Studio Code, Apiary.io and Node