Skip to main content
OleanderHQ
GitHub 제작자 프로필

OleanderHQ

3개 GitHub 저장소에서 수집된 13개 skills를 저장소 단위로 보여줍니다.

수집된 skills
13
저장소
3
업데이트
2026년 8월 10일
저장소 탐색

저장소와 대표 skills

lake-catalog
데이터베이스 아키텍트

Engine-agnostic oleander lake catalog conventions: catalog.namespace.table naming, hierarchy, and catalog-qualified reads/writes without raw storage paths. Use when naming tables, choosing namespaces, or referencing the lake catalog from Spark, Polars, SQL,…

2026년 8월 10일
lake-query
소프트웨어 개발자

Runs lake SQL through oleander's query router: query_run for reads, query_submit for writes, spark_sql_submit for named Spark jobs. Use when querying oleander lake tables, exploring data, writing query results to a table, or handling engine routing and…

2026년 8월 10일
spark-submit
소프트웨어 개발자

Submits, monitors, aborts, and configures Spark jobs on oleander via MCP (spark_jobs_submit), the CLI, and the TypeScript SDK. Use when uploading artifacts, running PySpark jobs, polling run state, or automating Spark workflows.

2026년 8월 10일
polars-submit
소프트웨어 개발자

Runs Polars queries or scripts on oleander via the CLI, in local or distributed mode, and saves results to the lake catalog. Use when writing Polars jobs, choosing query vs script mode, using --save / --distributed, or wiring scan()/params/result contracts.

2026년 7월 27일
spark-best-practices
소프트웨어 개발자

General Apache Spark best practices for scalable, maintainable DataFrame jobs: avoid driver materialization, reduce shuffle, join efficiently, and cache carefully. Use when optimizing Spark performance, reviewing PySpark jobs, or writing new DataFrame…

2026년 7월 27일
spark-lake-catalog
소프트웨어 개발자

Spark patterns for reading and writing oleander lake catalog tables: spark.table(), append vs overwrite, and avoiding driver-side writes. Use when building Spark jobs that read or write Iceberg tables in the oleander catalog.

2026년 7월 27일
spark-lineage
소프트웨어 개발자

Preserves connected OpenLineage for oleander Spark jobs by avoiding collect()/toPandas() between read and write, and using env vars for runtime config. Use when lineage looks disconnected, jobs split after collect(), or rewriting Spark pipelines for…

2026년 7월 27일
저장소 3개 중 3개 표시
모든 저장소를 표시했습니다