Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lowdefy/lowdefy-example-reporting
Lowdefy Reporting Example to demonstrate Lowdefy's reporting and BI dashboard capabilities.
https://github.com/lowdefy/lowdefy-example-reporting
internal-tools low-code lowdefy mongodb
Last synced: about 2 months ago
JSON representation
Lowdefy Reporting Example to demonstrate Lowdefy's reporting and BI dashboard capabilities.
- Host: GitHub
- URL: https://github.com/lowdefy/lowdefy-example-reporting
- Owner: lowdefy
- License: mit
- Created: 2020-08-26T13:24:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T13:36:16.000Z (11 months ago)
- Last Synced: 2024-01-17T20:14:40.350Z (11 months ago)
- Topics: internal-tools, low-code, lowdefy, mongodb
- Homepage: https://example-reporting.lowdefy.com/
- Size: 48.8 KB
- Stars: 19
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📊 Lowdefy Reporting Example
> [View this example.](https://example-reporting.lowdefy.com)
This example demonstrates useful patterns for building a BI report/dashboard pages in Lowdefy. It connects to a MongoDB database with the Atlas Movies sample dataset pre-loaded.
## ⚙️ Running this example
- Create a MongoDB cluster and get a URI connection string:
- Create a free MongoDB database cluster hosted by [MongoDB Atlas](https://www.mongodb.com/try).
- Load the Atlas sample dataset.
- In the Database access section, create a database user with read access to any database (You can also specify the database as `sample_mflix`).
- In the main cluster view, click "connect", then "Connect your application". This will give a MongoDB URI connection string. Use the credentials you just created.
- You can read more about the [Lowdefy MongoDB connector](https://docs.lowdefy.com/MongoDB).
- Clone this repository.
- 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 }}"`
- In the command console, navigate to your project folder and run the Lowdefy CLI: `pnpx lowdefy@4 dev`.## 🔗 More Lowdefy resources
- Getting started with Lowdefy - https://docs.lowdefy.com/tutorial-start
- Lowdefy docs - https://docs.lowdefy.com
- Lowdefy website - https://lowdefy.com
- Community forum - https://github.com/lowdefy/lowdefy/discussions
- Bug reports and feature requests - https://github.com/lowdefy/lowdefy/issues
- Discord - https://discord.gg/WmcJgXt## ⚖️ Licence
[MIT](https://github.com/lowdefy/lowdefy-example-reporting/blob/main/LICENSE)