Skip to content

Commit

Permalink
Justify text in databases.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
brenda-lambert committed Jun 29, 2023
1 parent a88dbcf commit 05fe659
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/databases.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ format: html
editor: visual
---

<div style="text-align: justify">

One of the main tasks of Hal9 is to enable users to quickly and easily create applications and conduct analysis on databases. When we have the data stored in csv files we can follow a similar approach to what was covered in the preceding tutorial to analyze it, but what happens if we have combined databases hosted in a cloud environment? or if we want to extract data from an application such as Pilot or Notion, create combined databases and analyze them in Hal9?

Hal9 currently does not provide direct support for fetching data from external applications; however, it does offer a direct method of parsing this type of data using PostgreSQL and Snowflake but we are currently adding a lot of different database connectivity solutions.
Expand All @@ -20,6 +22,8 @@ You can enable database connectivity in Hal9 from the Settings menu, notice this
<center><img src="Images/database.jpeg" style="max-width: 70%"/></center>
<br>

</div>

Once you are connected to your database, you can start to chat with your data!

By using databases instead of CSV you can expect better support. Their data types, table relations and processing power allows Hal9 to build data analysis faster and better.

0 comments on commit 05fe659

Please sign in to comment.