Docs
Guides
Building With Pylon
Introduction

Introduction

This beginner guide will walk you through multiple steps of how Pylon can be used to interact with different data sources.

October 11th, 2024 by Jan Emig

We will start with a simple setup using Hardcoded Data and then move on to communicate with an external API (External API) and finally use Prisma to interact with a database (Integrating Prisma).

Set Up Your Pylon Service

If you haven't already, you can set up your Pylon service by following the Getting Started guide.

This guilde will use Bun as the runtime environment, but you can use any other runtime environment that supports Pylon without any issues.