Data Lineage API client for Node.js
Data versioning done right
Library for processing lineage from SQL
OpenLineage data lineage specification types and utilities for meta-sql
TypeScript SDK for Lattice — data lineage + process orchestration
SES-compatible streams, in the lineage of `@endo/stream`
Lineage dependency for flow design system
TrueDat Web Data Lineage
OpenMetadata MCP server - metadata management, lineage, search, data quality, and more
TypeScript typings for Data Lineage API v1
Manifesto Lineage - decorator runtime for seal-aware continuity, history, and restore
Session lineage graph tools for Pi
Lineage Explorer (commit: ff6b479)
produce lineage documentation for data pipeline
Deterministic provenance infrastructure for immutable governance lineage, runtime continuity, replay-safe execution evidence, and independently verifiable trust reconstruction.
Lineage dependency for flow design system
Deterministic artifact lineage tracking for AI-agent workflows: record dependencies, verify graph hashes, and detect stale outputs without model calls.
Lineage and hydration library
Deterministic governance infrastructure for immutable policy lineage, governed admissibility evaluation, replay-safe execution semantics, and independently verifiable policy enforcement.
Deterministic artifact lineage tracking for AI-agent workflows: record dependencies, verify graph hashes, and detect stale outputs without model calls.
SQL parsing, lineage extraction and manipulation
Research knowledge repository with semantic search, citations, and project lineage tracking
Deterministic governance verification CLI for replay-safe execution validation, provenance continuity inspection, release lineage verification, and portable trust reconstruction.
Lineage dependency for flow design system
A cell to replace the contained value while it may still be borrowed.
A Rust CLI tool for visualizing dbt model lineage
A library for parsing BigQuery queries and extracting schema-aware, column-level lineage.
Software identity preserved through irreversible change
A fast CLI tool for dbt model lineage analysis
Core library for dbt model lineage analysis
Companion crate for the external zic-rs vendor-oracle lab: stable pointers to the evidence-generation harness that produces vendor-oracle-receipt-v1 receipts admitted by the zic-rs compiler.
RuVector Format cryptographic primitives -- SHA-3 hashing and Ed25519 signing
Universal data comprehension engine — understands structure, infers meaning, tracks lineage
Schema lineage tracking with dependency graphs, impact analysis, and visualization
Experimental Rust implementation of the Millrace runtime.
Core SQL lineage analysis engine
DataCatalog is a centralized and unified data catalog service for all your Cloud resources, where users and systems can discover data, explore and curate its semantics, understand how to act on it, and help govern its usage. Lineage is used to track data flows between assets over time. You can create Lineage Events to record lineage between multiple sources and a single target, for example, when table data is based on data from multiple tables.
DataCatalog is a centralized and unified data catalog service for all your Cloud resources, where users and systems can discover data, explore and curate its semantics, understand how to act on it, and help govern its usage. Lineage is used to track data flows between assets over time. You can create Lineage Events to record lineage between multiple sources and a single target, for example, when table data is based on data from multiple tables. Note that google-cloud-data_catalog-lineage-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-data_catalog-lineage instead. See the readme for more details.
A Pry plugin which enables a nice looking prompt, with many customizable components.
This is the simple REST client for Data Lineage API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Data Lineage API, but note that some services may provide a separate modern client that is easier to use.
Provides: 1. parallel_each and parallel_map to Enum types 2. Tracking of promise lineage
= ebs_conductor The EBS Conductor is a library for managing Amazon Elastic Block Storage volumes and snapshots. It is designed to persist a specific set of data (a "lineage") between different compute instances. EBS Conductor can be used on it's own, but it's most powerful when executed on an EC2 instance using Chef, and the ebs_conductor cookbook[https://github.com/rgeyer/cookbooks/tree/master/cookbooks/ebs_conductor] == Examples === Attach a new 1GB blan volume in the lineage "foobar" to a linux box at /dev/sdb1 ebs_conductor = Rgeyer::Gem::EbsConductor.new('...','...') ebs_conductor.attach_from_lineage('i-abcd1234', 'foobar', 1, '/dev/sdb1') === Attach a specific snapshot to a 1GB volume in the lineage "foobar" to a linux box at /devb/sdb1 ebs_conductor = Rgeyer::Gem::EbsConductor.new('...','...') ebs_conductor.attach_from_lineage('i-abcd1234', 'foobar', 1, '/dev/sdb1' {:snapshot_id => 'snap-abcd1234'}) === Snapshot the lineage "foobar", do not purge any old snapshots in the lineage ebs_conductor = Rgeyer::Gem::EbsConductor.new('...','...') ebs_conductor.snapshot_lineage('foobar') === Snapshot the lineage "foobar", and purge old snapshots so that only 7 remain ebs_conductor = Rgeyer::Gem::EbsConductor.new('...','...') ebs_conductor.snapshot_lineage('foobar', {:history_to_keep => 7}) === Snapshot the lineage "foobar" from the specified volume_id This is useful if you're trying to start a lineage from a "naked" instance, or if you are trying to create a new lineage from an existing one ebs_conductor = Rgeyer::Gem::EbsConductor.new('...','...') ebs_conductor.snapshot_lineage('foobar', {:history_to_keep => 7, :volume_id => 'vol-abcd1234'}) == List of To Do Items * Support for stripes in a lineage == Copyright Copyright (c) 2011 Ryan Geyer. See LICENSE.txt for further details.
By setting a default lineage in each model, and using these monkeypatches to Rails, the url helpers are able to generate complex urls from a single ActiveRecord::Base object. Works in 2.3.8, probably other 2.3 railses.
ignis-numerics is GPU numerical computing for Ruby on the Ignis foundation: dense/sparse linear algebra, FFT (cuFFT), random number generation (cuRAND), linear solvers & decompositions (cuSOLVER), and Einstein-notation tensor contraction (cuTENSOR), with an nvmath-style API (Ignis.fft, Ignis.solve, Ignis.zeros, …). The lineage NvRuby began from, revived as a standalone gem.
Cosell is a minimal implementation of the 'Announcements' observer framework, originally introduced in VisualWorks Smalltalk as a replacement for 'triggerEvent' style of event notification. Instead of triggering events identified by symbols, the events are first class objects. For rationale, please see the original blog posting by Vassili Bykov (refs below). *Lineage* This implementation is loosely based on Lukas Renggli's tweak of Colin Putney's Squeak implementation of Vassili Bykov's Announcements framework for VisualWorks Smalltalk. (Specifically Announcements-lr.13.mcz was used as a reference.) Liberties where taken during the port. In particular, the Announcer class in the Smalltalk version is implemented here as a ruby module which can be mixed into any object. Also, in this implementation any object (or class) can serve as an announcement, so no Announcement class is implemented. The ability to queue announcements in the background is built into cosell. <b>The Name 'Cosell'</b> I chose the name 'Cosell' because a. Howard Cosell is an iconic event announcer b. Googling for 'Ruby Announcements', 'Ruby Event Announcements', etc., produced scads of results about ruby meetups, conferences, and the like. So I went with something a bit cryptic but hopefully a little more searchable. *See* * {Original blog posting describing Announcments by Vassili Bykov}[http://www.cincomsmalltalk.com/userblogs/vbykov/blogView?entry=3310034894] * {More info on the Announcements Framework}[http://wiki.squeak.org/squeak/5734]
Cosell is a minimal implementation of the 'Announcements' observer framework, originally introduced in VisualWorks Smalltalk as a replacement for 'triggerEvent' style of event notification. Instead of triggering events identified by symbols, the events are first class objects. For rationale, please see the original blog posting by Vassili Bykov (refs below). *Lineage* This implementation is loosely based on Lukas Renggli's tweak of Colin Putney's Squeak implementation of Vassili Bykov's Announcements framework for VisualWorks Smalltalk. (Specifically Announcements-lr.13.mcz was used as a reference.) Liberties where taken during the port. In particular, the Announcer class in the Smalltalk version is implemented here as a ruby module which can be mixed into any object. Also, in this implementation any object (or class) can serve as an announcement, so no Announcement class is implemented. The ability to queue announcements in the background is built into cosell. <b>The Name 'Cosell'</b> I chose the name 'Cosell' because a. Howard Cosell is an iconic event announcer b. Googling for 'Ruby Announcements', 'Ruby Event Announcements', etc., produced scads of results about ruby meetups, conferences, and the like. So I went with something a bit cryptic but hopefully a little more searchable. *See* * {Original blog posting describing Announcments by Vassili Bykov}[http://www.cincomsmalltalk.com/userblogs/vbykov/blogView?entry=3310034894] * {More info on the Announcements Framework}[http://wiki.squeak.org/squeak/5734]
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.