Skip to content

Commit

Permalink
chore: move screenshots section
Browse files Browse the repository at this point in the history
  • Loading branch information
nextchamp-saqib committed Dec 11, 2024
1 parent adab253 commit 7a458c4
Showing 1 changed file with 18 additions and 20 deletions.
38 changes: 18 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,23 @@
</div>
<br />
<div align="center">
<a href="https://insightsdemo.frappe.cloud">Live Demo</a>
-
<a href="https://frappe.io/insights">Website</a>
-
<a href="https://docs.frappe.io/insights">Documentation</a>
<a href="https://insightsdemo.frappe.cloud">Live Demo</a>
-
<a href="https://frappe.io/insights">Website</a>
-
<a href="https://docs.frappe.io/insights">Documentation</a>
</div>

## Frappe Insights
Insights is a 100% open-source BI tool designed to make data analysis and reporting more accessible to technical as well as non-technical users.

<details>
<summary>Screenshots</summary>

![Query Builder](.github/query-builder.png)
![Query Builder](.github/join-editor.png)
![Chart Builder](.github/chart-builder.png)
</details>

## Motivation
Building custom apps or creating structured data has been very easy with Frappe Framework. However, extracting information from these apps was not a very good experience. Users needed to know how to write SQL queries to create reports to gain valuable information from the data. So I wanted to improve the experience of building these reports and dashboards for everyone in our team.
Expand All @@ -41,15 +48,6 @@ Building custom apps or creating structured data has been very easy with Frappe
- **Database Support**: Frappe Insights currently supports MySQL, PostgreSQL, DuckDB, and BigQuery databases. More database integrations are planned for the future.


<details>
<summary>Screenshots</summary>

![Query Builder](.github/query-builder.png)
![Query Builder](.github/join-editor.png)
![Chart Builder](.github/chart-builder.png)
</details>


## Under the Hood

- [**Frappe Framework**](https://github.com/frappe/frappe): A full-stack web application framework written in Python and Javascript. The framework provides a robust foundation for building web applications, including a database abstraction layer, user authentication, and a REST API.
Expand All @@ -70,12 +68,12 @@ You can try [Frappe Cloud](https://frappecloud.com), a simple, user-friendly and
It takes care of installation, setup, upgrades, monitoring, maintenance and support of your Frappe deployments. It is a fully featured developer platform with an ability to manage and control multiple Frappe deployments.

<div>
<a href="https://frappecloud.com/insights/signup" target="_blank">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://frappe.io/files/try-on-fc-white.png">
<img src="https://frappe.io/files/try-on-fc-black.png" alt="Try on Frappe Cloud" height="28" />
</picture>
</a>
<a href="https://frappecloud.com/insights/signup" target="_blank">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://frappe.io/files/try-on-fc-white.png">
<img src="https://frappe.io/files/try-on-fc-black.png" alt="Try on Frappe Cloud" height="28" />
</picture>
</a>
</div>

### Self Hosting
Expand Down

0 comments on commit 7a458c4

Please sign in to comment.