II.
LibraryProcess overview
Reference · livelib-process:travel--flight-dataset-build
flight-dataset-build overview
Build a local SQLite travel/flight dataset: scope the search geography & time window, discover authoritative open data sources, design a query-friendly schema, write and run Python 3 + stdlib `sqlite3` scripts to ingest the data, add indexes and denormalized helper views, and produce a SCHEMA.md describing the database for downstream agents. No MCP is used anywhere. All database creation, loading and querying happens through Python scripts that import the Python standard-library `sqlite3` module; no SQL is executed in any other way.
Attributes
displayName
flight-dataset-build
description
Build a local SQLite travel/flight dataset: scope the search
geography & time window, discover authoritative open data sources,
design a query-friendly schema, write and run Python 3 + stdlib
`sqlite3` scripts to ingest the data, add indexes and denormalized
helper views, and produce a SCHEMA.md describing the database for
downstream agents. No MCP is used anywhere. All database creation,
loading and querying happens through Python scripts that import the
Python standard-library `sqlite3` module; no SQL is executed in any
other way.
libraryPath
library/specializations/domains/business/travel/flight-dataset-build.js
specialization
travel
usesAgents
- trip-scope-planner
- open-data-scout
- sqlite-schema-architect
- python-etl-engineer
- data-quality-inspector
Outgoing edges
lib_applies_to_domain1
- domain:travel·DomainTravel
lib_belongs_to_specialization1
- specialization:travel·SpecializationTravel
lib_implements_workflow1
- workflow:customer-journey-optimization·WorkflowCustomer Journey Optimization
lib_involves_role2
- role:product-manager·RoleProduct Manager
- role:operations-analyst·RoleOperations Analyst
lib_requires_skill_area2
- skill-area:travel-itinerary-planning·SkillAreaTravel Itinerary Planning
- skill-area:product-discovery·SkillAreaProduct Discovery
uses_agent5
- lib-agent:travel--trip-scope-planner·LibraryAgenttrip-scope-planner
- lib-agent:travel--open-data-scout·LibraryAgentopen-data-scout
- lib-agent:travel--sqlite-schema-architect·LibraryAgentsqlite-schema-architect
- lib-agent:travel--python-etl-engineer·LibraryAgentpython-etl-engineer
- lib-agent:travel--data-quality-inspector·LibraryAgentdata-quality-inspector
Incoming edges
None.