Skip to content

Instantly share code, notes, and snippets.

View SergiyKolesnikov's full-sized avatar

Sergiy Kolesnikov SergiyKolesnikov

View GitHub Profile
@SergiyKolesnikov
SergiyKolesnikov / mermaid.md
Last active January 11, 2023 13:30
Diagrams in Markdown documents
@SergiyKolesnikov
SergiyKolesnikov / nifi_rest_api_etl.xml
Created January 28, 2020 13:40
A NiFi flow template that uses REST API as a data source and local filesystem as a data sink. The flow calls https://api.exchangeratesapi.io/latest every 10 minutes and saves the response in a file under /tmp/data-out.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<template encoding-version="1.3">
<description>ETL example using a REST API</description>
<groupId>e69b77ca-016f-1000-02b1-0af72eced378</groupId>
<name>nifi_rest_api_etl</name>
<snippet>
<connections>
<id>829c718c-f0af-3504-0000-000000000000</id>
<parentGroupId>59eaeeb3-00b4-3342-0000-000000000000</parentGroupId>
<backPressureDataSizeThreshold>1 GB</backPressureDataSizeThreshold>
@SergiyKolesnikov
SergiyKolesnikov / Distance_based_calculation_of_connection_costs.ipynb
Created May 30, 2018 13:46
Distance based calculation of connection costs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@SergiyKolesnikov
SergiyKolesnikov / test_and_debug.ipynb
Last active September 24, 2023 14:54
Testing and Debugging Jupyter Notebooks
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.