You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example show patterns that can be used to implement a BI report/dashboard.
3
+
This example demonstrate useful paterns for building a BI report/dashboard pages in Lowdefy. It connects to a MongoDB database with the Atlas Movies sample dataset pre-loaded.
4
4
5
-
It assumes that it is connected to a MongoDB database with the Atlas sample dataset loaded.
5
+
Three additional block types is loaded for this examples:
6
+
7
+
-`AmChartsXY` and `AmChartsPie` from [@lowdefy/blocks-amcharts](https://github.com/lowdefy/blocks-amcharts).
8
+
-`AgGridAlpine`, from [@lowdefy/blocks-aggrid](https://github.com/lowdefy/blocks-aggrid).
6
9
7
10
## Running this example
11
+
12
+
- Create a [MongoDB Atlas](https://www.mongodb.com/try) free tier cluster and select to load the sample dataset.
13
+
- Add a database user to the MongoDB database and generate a connection uri containing the database username and password. Be sure to create the database user with read privileges for the sample database. Read more about using [the Lowdefy MongoDB connector](https://docs.lowdefy.com/MongoDB).
8
14
- Clone this repository.
9
-
- Set up a MongoDB Atlas database and set the connection uri as secret `lowdefy_examples_mdb`.
10
-
- Run the Lowdefy CLI from the cloned repository.
15
+
- Create a `.env` file in your project folder and set your MongoDB database connector URI as a variable in the `.env` file: `LOWDEFY_SECRET_EXAMPLES_MDB="{{ your_mongodb_connection_uri }}"`
16
+
17
+
- In the command console, navigate to your project folder and run the Lowdefy CLI: `npx lowdefy@latest dev`.
18
+
19
+
## More Lowdefy resources
20
+
21
+
- Getting started with Lowdefy - https://docs.lowdefy.com/tutorial-start
22
+
- Lowdefy docs - https://docs.lowdefy.com
23
+
- Lowdefy website - https://lowdefy.com
24
+
- Community forum - https://github.com/lowdefy/lowdefy/discussions
25
+
- Bug reports and feature requests - https://github.com/lowdefy/lowdefy/issues
11
26
12
27
## Licence
13
28
14
-
This example configuration is licensed under the MIT license. See the LICENSE.md file for license rights and limitations.
0 commit comments