-
Notifications
You must be signed in to change notification settings - Fork 3
Working with DNIF
DNIF provides users a very useful feature of creating Dashboards in it, through which the users can view the dataset in form of graphs and can analyze that.
It offers various graphical formats like Bar-Graphs, Line-Graphs, and Pie-Charts etc. through which data could be visualized.
For creating the dashboard you just need to upload the dataset in ‘json’ format for dynamic datasets and in ‘csv’ for static datasets. After uploading the data you can view and operate it through DQL (DNIF Query Language). Now there is an option to create the dashboard, in which you can select the types of widgets you need to display on your dashboard.
You can customize the widgets and the charts according to your view, by default DNIF gives you Pie-Chart. By all these features it becomes easier to properly visualize the data and to operate and visualize it. DNIF makes it easier for the users who want to operate on the dynamic data as well as static one and to gather some meaning from it.
Reports are an elegant way to represent any type of data. If you have done a particular operation on the data and want to store and show it separately, then reports are your way out. You can create a report describing the topic and having all the contents you want to show. Also, there is various information in the repository that is quite difficult to understand, thus you can create a report which will consist of all the relevant information in that. In reports, you can also add various sections like Description, Data Table etc.
To know more about Reports and creating a Report in DNIF, visit here
Modules help us look up within multiple entities in a dataset. They are triggered as per the logic set in its query, and when executed, helps us visualize the data. Thus relevant module getting triggered gives us the relevant intel about the data.
To know more about Modules and how to create a Module visit here
Templates help to add pre-built content in your repository. Thus it helps to type less and use data in a less time. You can also create reports that use pre-defined templates. You are basically automating a task by creating a template.
To know more about Template and how to create a Template visit here