Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cognizantopensource/ciqdashboard-api
API Component
https://github.com/cognizantopensource/ciqdashboard-api
Last synced: 13 days ago
JSON representation
API Component
- Host: GitHub
- URL: https://github.com/cognizantopensource/ciqdashboard-api
- Owner: CognizantOpenSource
- License: apache-2.0
- Created: 2020-10-13T10:17:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T06:45:50.000Z (6 months ago)
- Last Synced: 2024-06-19T14:28:44.943Z (6 months ago)
- Language: Java
- Size: 13.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# CIQDashboard API
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?style=flat-square)](CODE_OF_CONDUCT.md)
![JDK version= 11](https://img.shields.io/badge/JDK-11-brightgreen?style=flat-square)
![MongoDB server version= 4.0 or above](https://img.shields.io/badge/MongoDB_Server-4.0_or_above-brightgreen?style=flat-square)[About](#about) • [Requirements](#requirements) • [Properties](#properties) • [Run Locally](#run-locally) • [Contributing](#contributing) • [Related](#related)
## About
This Project is mainly to create the charts.
A key benefit of charts is that they allow you to keep track of trends. This is critical in any business, and it helps you see where things might be growing or faltering.
Charts are designed to assist you with monitoring and identifying trends. This allows you to keep an eye on areas of growth or concern. By doing so, you can make quick, yet informed decisions for your business.
You’ll also notice that charts and graphs help you store and organize large data quantities. This can be a huge help for companies that are unable to keep up with all their figures. By creating a chart or graph with the statistics, you’ll get a better understanding of how things are going.
CIQD dashboard project contains several types of charts there are:
- AREA charts
- BAR charts
- COMBO charts
- Fusion charts
- Gauge charts
- Line charts
- Pie charts and other type charts.
CIQD dashboard Java project is acts like glue between the user interface and database. java project contains business logics and provides the data flow in certain format.## Requirements
- JDK 11
- MongoDB Server 4.0 or above## Properties
Important configuration like server port, mongoDB url & also authentication properties present inside “application.properties” file which can be found under [resources](src/main/resources) directory
## Run Locally
Clone the project
```bash
git clone https://github.com/CognizantCodeHub/ciqdashboard-api.git
```Go to the project directory
```bash
cd ciqdashboard-api
```Build the project
```bash
gradlew build
```Start the application
```bash
gradle bootrun
```## Contributing
Contributions are always welcome!
See [CONTRIBUTING.md](CONTRIBUTING.md) for ways to get started.
Please adhere to this project's [code of conduct](CODE_OF_CONDUCT.md).
## Related
Here are some related projects
[CIQDashboard UI](https://github.com/CognizantCodeHub/ciqdashboard-ui)
[CIQDashboard Metric Services](https://github.com/CognizantCodeHub/ciqdashboard-metric-services)
[CIQDashboard Auth](https://github.com/CognizantCodeHub/ciqdashboard-auth)
[CIQDashboard JIRA Collector](https://github.com/CognizantCodeHub/ciqdashboard-collector-jira)
[CIQDashboard ALM Collector](https://github.com/CognizantCodeHub/ciqdashboard-collector-alm)
[CIQDashboard Jira(cloud) Collector](https://github.com/CognizantCodeHub/IPR000025_ciqdashboard-collector-jira-cloud)
[CIQDashboard Jira+Zephyr(cloud) Collector](https://github.com/CognizantCodeHub/ciqdashboard-collector-jira-zephyr-cloud)
[CIQDashboard Jira+Zephyr(On Premise) Collector](https://github.com/CognizantCodeHub/ciqdashboard-collector-jira-zephyr)
[CIQDashboard Rally Collector](https://github.com/CognizantCodeHub/ciqdashboard-collector-rally)
[CIQDashboard Jenkins Collector](https://github.com/CognizantCodeHub/ciqdashboard-collector-jenkins)
[CIQDashboard GitHub Collector](https://github.com/CognizantCodeHub/ciqdashboard-collector-github)
[CIQDashboard ServiceNow Collector](https://github.com/CognizantCodeHub/IPR000025_ciqdashboard-collector-servicenow)
## License
[To edit](https://choosealicense.com/licenses/)