Conrado M. Rodriguez's repositories
abbreviated_dates
Clarify abbreviated, ambiguous and incomplete dates meanings according to cultural contexts.
fuzzy_dates
Python parser for abbreviated, ambiguous, incomplete dates in multiple languages
industrial-precision-visualizer
Real Time Event Driven Node.Js Application
py_to_plantuml
Creates UML class diagrams from Python pylint's pyreverse generated .dot files.
cassandra-object-mapping
CassandraObjectMapping
kenzan-hack-night-kubernetes
Kenzan Denver Hack Night - Continuous integration and delivery with Kubernetes Demo
cumulative-grade-calculator
CumulativeGradeCalculator
linear-interpolator
LinearInterpolator
lowlighter
🦑 A GitHub profile auto-generated with metrics, starred topics, an isometric contribution calendar, suggested music tracks, website performances, most used languages, etc. !
transactions
This repository contains the preliminary implementation of a simple end to end event-driven reactive JSON REST APIs for reporting streamed statistics over a sliding window of pre-established time. The current default time of operation is 60 seconds. The API minimize processing time using non-blocking asynchronous I/O. The primary input end-point of this API is in charge of loading data into the system in the form of events. Is called every time a transaction is made. The other one returns the statistic of the events collected during the pre-defined window of time.
workbook
The WorkbookData class uses the Apache POI project to load data from an Excel spreadsheet and transform it into a Collection. A CustomMapper class provides the translation between the data and the logic. See an example in in section Usage