Skip to content

energyaccessexplorer/database

Repository files navigation

Energy Access Explorer Database

This is the SQL (PostgreSQL) code for the platform's database.

Naturally, PostgreSQL must be installed and running before starting.

Dependencies

The following must also be installed on the system:

  • PostgreSQL (+PostgREST) handle authentication and permissions via JWT using pgjwt

  • UUID's and other checksums are generated via pgcrypto. Which is generally installed with any PostgreSQL server

Configuration

You should configure the first lines of the makefile to your needs.

Building the database

If everythingis set up properly, you chould be able to run

$ bmake dbcreate dbbuild

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published