🚀Quickstart

A short tutorial on getting started setting up Sibyl applications

Setting up a Sibyl application requires two steps: preparing the database and running the REST-API server. In this guide, you will get started with a basic sample application.

Preparing the database

You can prepare the Sibyl database with the prepare-db command. See Preparing the Database for more details on this process

To prepare the sample database (based on the Ames Housing dataset), you can run:

sibyl prepare-sample-db

Running the REST-API Server

You can run your server with the run command. See Running the REST-API Server for more details on this process.

To start the sample application server, you can run:

sibyl run -D housing

Last updated