Skip to main content

A minimalist, agnostic Python framework to standardize data engineering pipelines.

Project description

Data Engineering Experience 🚀

License: MIT Python Version

Flint is a minimalist, agnostic Python framework designed to streamline and standardize data engineering pipelines. By embracing Convention over Configuration, flint eliminates environment friction, absolute path hardcoding, and complex PySpark session management.


✨ Key Features

  • Zero-Config File Discovery: Automatic tree-walking directory resolution anchors your data catalog using your local pyproject.toml file.
  • Decentralized Catalog: Declare your metadata layouts inside modular, self-contained mini-YAML files.
  • Elastic Processing Runtimes: Switch dynamically between Pandas and PySpark execution engines using exactly the same unified interface.
  • Interactive CLI Scaffolding: Spin up a new production-ready data directory structure instantly with flint init.

📦 Installation

(Once published to PyPI)

pip install flint-core

Or install it directly from the source repository using Poetry:

poetry add git+[https://github.com/idperez720/data-engineering-exp.git](https://github.com/idperez720/data-engineering-exp.git)

🏁 Quick Start

1. Initialize your workspace

Navigate to an empty directory and let the interactive wizard scaffold the workspace conventions:

flint init

2. Declare a dataset

Add a specification block inside conf/catalog/sample_dataset.yaml:

customers:
  description: "Main production customer data"
  format: "csv"
  engine: "pandas"
  storage_path: "data/sample_table.csv"

3. Load data anywhere

Create a Python script or open a Jupyter Notebook inside src/notebooks/ and fetch your data instantly:

from flint_core.core.io import DataLoader

# Autodiscovers your project root boundaries and settings
loader = DataLoader()

# Loads the dataset securely as a Pandas DataFrame
df = loader.load("customers")
df.head()

📖 Complete Documentation

For comprehensive guides, testing architecture deep-dives, and complete API references, visit our documentation site: 👉 http://127.0.0.1:8000/ (Replace with your deployed docs URL, e.g., GitHub Pages)


⚖️ License

Distributed under the MIT License. Any modification or distribution (including forks) must include the original copyright notice and liability waiver. See LICENSE for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flint_core-0.2.1.tar.gz (24.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

flint_core-0.2.1-py3-none-any.whl (35.1 kB view details)

Uploaded Python 3

File details

Details for the file flint_core-0.2.1.tar.gz.

File metadata

  • Download URL: flint_core-0.2.1.tar.gz
  • Upload date:
  • Size: 24.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.4.1 CPython/3.12.13 Linux/6.17.0-1018-azure

File hashes

Hashes for flint_core-0.2.1.tar.gz
Algorithm Hash digest
SHA256 9ceb7ad54cbf6278368f00d6879f25ef2c690af24b69e2a5a6f656f132f6d196
MD5 da5c67aeb09d3039011b42b93a67bf7a
BLAKE2b-256 89f43c48a894d730bebdde9d9976b67c652ba080542c6a3a9ab2d7e913fc14eb

See more details on using hashes here.

File details

Details for the file flint_core-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: flint_core-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 35.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.4.1 CPython/3.12.13 Linux/6.17.0-1018-azure

File hashes

Hashes for flint_core-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 00c66bad248d02e3494f570bcc9e9e087a2f8b369c652ab7b6c13a9c1afd0e2b
MD5 201f2c740a07a662a6d004835bf383f6
BLAKE2b-256 570813ea4cfeb34861bdcc16dbd23cd363e78acb0174b3f9b7804fb5a9d53d72

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page