LogoLogo
  • Preen
  • Getting Started
    • Installation
    • Hello World
      • Configuring Sources
      • Creating Models
  • Concepts
    • Overview
    • Sources
    • Models
    • Validation
  • Documentation
    • Config
      • Sources
      • Models
    • Integrations
      • Databases
        • Postgres
        • MySQL
        • MongoDB
      • Cloud Blob Storage
        • Amazon S3
      • File Formats
        • CSV
Powered by GitBook
On this page
  1. Getting Started

Hello World

Getting your first project running.

PreviousInstallationNextConfiguring Sources

Last updated 6 months ago

Getting start with Preen is as simple as connecting to the data sources you want to query, defining your model, and querying the result.

The following pages provide a quick, low detail setup guide for those looking to get up and running on their own data ASAP.

You can see how to configure Preen in the . You can also use this repository as a template for creating your first Preen project.

Example repository