palantir-reference-architecture

Featured

Implement Palantir Foundry reference architecture with best-practice project layout. Use when designing new Foundry integrations, planning data pipeline architecture, or establishing patterns for Ontology-driven applications. Trigger with phrases like "palantir architecture", "foundry best practices", "foundry project structure", "how to organize palantir".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Palantir Reference Architecture ## Overview Production-ready architecture for Foundry-integrated applications. Covers the standard data pipeline pattern (ingest > clean > model > serve), Ontology design, external API integration, and multi-repo project layout. ## Prerequisites - Foundry enrollment with project access - Understanding of Ontology concepts (object types, link types, actions) - Familiarity with `palantir-core-workflow-a` (transforms) and `palantir-core-workflow-b` (Ontology) ## Instructions ### Step 1: Data Pipeline Architecture ``` ┌─────────────┐ ┌──────────────┐ ┌─────────────┐ ┌───────────┐ │ Raw Layer │────>│ Clean Layer │────>│ Model Layer │────>│ Ontology │ │ (ingested) │ │ (validated) │ │ (enriched) │ │ (objects) │ └─────────────┘ └──────────────┘ └─────────────┘ └───────────┘ ↑ Connectors @transform_df @transform_df Object types ↑ REST sync null checks joins, aggs Link types ↑ File upload type casting ML features Actions ``` ### Step 2: Project Layout (Foundry) ``` Foundry Project: "Customer Analytics" ├── Datasets/ │ ├── raw/ # Ingested from sources │ │ ├── raw_orders # REST connector → CRM │ │ ├── raw_customers # JDBC connector → DB │ │ └── raw_products # File upload (CSV/Parquet) │ ├── clean/ # Validated, typed │ │ ├── clean_orders # Nulls remove...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

palantir-hello-world

Create a minimal working Palantir Foundry example querying Ontology objects. Use when starting a new Foundry integration, testing your setup, or learning basic Foundry API and Ontology patterns. Trigger with phrases like "palantir hello world", "palantir example", "palantir quick start", "foundry first query".

2,266 Updated today
jeremylongshore
AI & Automation Featured

palantir-migration-deep-dive

Execute major Palantir Foundry migration strategies including data migration, API version upgrades, and platform transitions. Use when migrating data into Foundry, upgrading between API versions, or re-platforming existing integrations. Trigger with phrases like "migrate to palantir", "foundry migration", "palantir data migration", "foundry replatform".

2,266 Updated today
jeremylongshore
AI & Automation Featured

palantir-enterprise-rbac

Configure Palantir Foundry enterprise access control with project roles, markings, and service users. Use when implementing role-based access, configuring project permissions, or setting up service user accounts for Foundry integrations. Trigger with phrases like "palantir RBAC", "foundry roles", "palantir permissions", "foundry access control", "foundry service user".

2,266 Updated today
jeremylongshore
AI & Automation Featured

palantir-observability

Set up observability for Palantir Foundry integrations with metrics, logging, and alerts. Use when implementing monitoring for Foundry API calls, setting up dashboards, or configuring alerting for Foundry integration health. Trigger with phrases like "palantir monitoring", "foundry metrics", "palantir observability", "monitor foundry", "foundry alerts".

2,266 Updated today
jeremylongshore
AI & Automation Featured

palantir-ci-integration

Configure CI/CD pipelines for Palantir Foundry integrations with GitHub Actions. Use when setting up automated testing, running transforms validation, or integrating Foundry SDK tests into your build process. Trigger with phrases like "palantir CI", "foundry GitHub Actions", "palantir automated tests", "CI foundry".

2,266 Updated today
jeremylongshore