select navigate esc close

Query Database Using Plain English

Ardan Labs Blog on ·

Introduction

In this post you’ll see how you can create a system that allows users to query a relational database using plain English. This allows users not familiar with SQL or business intelligence systems to get insights from data.

Setting Up

If you want to follow along, you’ll need to clone the code from the GitHub repo. This will download the code, and the database file containing the data (bikes.ddb)

Note: The data is from the Austin Bike Share dataset.