Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 564 Bytes

database.md

File metadata and controls

7 lines (5 loc) · 564 Bytes

Database

Since Juno relies on a PostgreSQL database in order to store the parsed data, one of the most important things is to create such database. To do this the first thing you need to do is install PostgreSQL.

Once installed you need to create a new database, and a new user that is going to read and write data inside it.
Then, once that's one, you need to run the SQL queries that you can find inside the database/schema folder.

Once that's done, you are ready to continue the setup.