You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A powerful and efficient Node.js library for streaming JSON processing. Transform JSON strings to objects and objects to JSON strings with support for custom separators, multiple encodings, and high-performance streaming operations.
🐊 Pluggable and configurable JavaScript Linter, code transformer and formatter, drop-in ESLint superpower replacement 💪 with built-in support for js, jsx, typescript, markdown, yaml and json. Write declarative codemods in a simplest possible way 😏
Multiprocess, high-performance, crash-safe ETL pipeline for OHLC market data. Written for Python 3.8+, it provides near-realtime incremental updates across all timeframes (cascaded design) and supports all symbols from Dukascopy SA. Zero-database, zero message queues — pure filesystem + NVMe speed. Easy to set up and run in minutes.
A tiny and temporary db for quick data cleansing and transformation. It is a high-level python coding and would help any Pythonistas up to speed with ETL work.
This repository contains a complete ETL pipeline built in Python, in order to demonstrate essential data ingestion and database loading skills. The project extracts structured and semi-structured data from CSV, JSON, and XML files, transforms it into a unified format, and loads it into a PostgreSQL database (with SQLAlchemy and psycopg2)