A Realtime Data Dictionary

Lantern Docs

Auto-generated documentation for your Postgres data warehouse. So every team is on the same page.

Automatically up-to-date

A hub for all your internal users to understand the data they're looking at.

It's easy to know SQL, but tough to know the data model. Every team wants to know which table has the data they're looking for. Or what the values in a column mean.

Ok, but how does it work

It's Magically Up-to-Date

Watch our 24 second video below to see how easy it is to generate documentation for your Postgres.

Postgres 9+ has comments built in. Comment on tables, views, and columns and they'll show up in your database documentation.

psql> COMMENT ON TABLE auth_user 'All users with an active account';
psql> COMMENT ON COLUMN auth_user.email_confirmation 'False if the email hasn\'t been confirmed yet OR the user issued an email change request';
psql> COMMENT ON VIEW auth_user_deactivated 'Users whose accounts have been deactivated';

auth_user table

All users with an active account

email_confirmation boolean
False if the email hasn't been confirmed yet OR the isuer issued an email change request

auth_user_deactivated view

Users whose accounts have been deactivated

Let's Talk Pricing

Guaranteed secure in the cloud or on premise

Cloud $299/year

  • Realtime documentation updates
  • Secure database connection via SSL
  • Password protected documentation
  • Get started in minutes

On Premise $599/year

  • Realtime documentation updates
  • Docker image (AWS Lambda ready)
  • Secure database connection via SSL
  • Password protected documentation or provide your own auth

Enterprise $1,299/year

  • Realtime documentation updates
  • Docker image (AWS Lambda ready)
  • Secure database connection via SSL
  • Single Sign-on

Questions? Talk to our sales engineer, Jason.
email us schedule a 15 min call

Lantern Docs