Difference between revisions of "Datonis AppCenter"

From Datonis
Jump to: navigation, search
(adding page)
 
(Datonis AppCenter Documentation)
Line 1: Line 1:
 
== Datonis AppCenter Documentation ==
 
== Datonis AppCenter Documentation ==
 +
__TOC__
 +
 +
== Getting started with Datonis AppCenter ==
 +
 +
Datonis AppCenter is collection of all the applications. This is the centralized place to maintain the life cycle of all the applications configured.
 +
Datonis App Center allows you to:
 +
 +
* Single sign on for all the applications user is entitled with.
 +
* Collection of  applications from AppCenter.
 +
* Configure Roles and Abilities by Admin Portal.
 +
* Single place to view all your applications.
 +
* Gives a single entry point to get into all the applications.
 +
* Data as a service.
 +
 +
== Single sign on for all the applications user is entitled with ==
 +
Datonis AppCenter is the centralized portal to get into all the applications. To do so:
 +
* Go to [http://www.datonis.io/ www.datonis.io] and sign up. The platform will ask for a valid e-mail id and password.
 +
* An email with a confirmation link will be mailed to your e-mail id. Click on the link, fill in your details and you should successfully log in.
 +
* Applications will be enabled to your account by Datonis AppCenter Admin.
 +
 +
 +
== Collection of applications from AppCenter ==
 +
You can now view all your applications under one single container:
 +
* AppCenter will show all the applications/connectors you are entitled with in one unified screen.
 +
* User does not need to click on different application urls and maintain their views to look for the data across all the applications.
 +
* Datonis Factory will allow the user to see the factory related view.
 +
* Admin application will allow the user to configure the roles and users associated with it. It will also allow the user to associate the abilities one can have with it.(Role Based Access)
 +
 +
 +
== Configure Roles and Abilities by Admin Portal ==
 +
Admin portal will allow user to control the Role based access. This will give him the facility to maintain his users and their abilities.
 +
* Admin Portal will be visible to only Datonis Admin users. These are the users belonging to .
 +
* Building the abilities one can configure for his users and associate a role.
 +
'''[[Setting up Access Control|Learn more about RBAC and Audit Trails]]'''
 +
 +
 +
== Data as a service ==
 +
The Datonis Appenter Application API is a fully RESTful JSON based API that can be used to interact with the different applications.
 +
The API can be used for the following purposes.
 +
* As a command line interface (CLI) instead of using the Datonis UI.
 +
* Building custom web and mobile applications for your Things.
 +
* Integrating your thing data with other software systems
 +
We are currently at version 3 of the API. Datonis will maintain backward compatibility to the last major version of the API which is version 2 which is now deprecated.
 +
 +
'''[[Using the Datonis Application API|Learn more about the Datonis Application API]]'''

Revision as of 07:53, 20 July 2017

Datonis AppCenter Documentation

Getting started with Datonis AppCenter

Datonis AppCenter is collection of all the applications. This is the centralized place to maintain the life cycle of all the applications configured. Datonis App Center allows you to:

  • Single sign on for all the applications user is entitled with.
  • Collection of applications from AppCenter.
  • Configure Roles and Abilities by Admin Portal.
  • Single place to view all your applications.
  • Gives a single entry point to get into all the applications.
  • Data as a service.

Single sign on for all the applications user is entitled with

Datonis AppCenter is the centralized portal to get into all the applications. To do so:

  • Go to www.datonis.io and sign up. The platform will ask for a valid e-mail id and password.
  • An email with a confirmation link will be mailed to your e-mail id. Click on the link, fill in your details and you should successfully log in.
  • Applications will be enabled to your account by Datonis AppCenter Admin.


Collection of applications from AppCenter

You can now view all your applications under one single container:

  • AppCenter will show all the applications/connectors you are entitled with in one unified screen.
  • User does not need to click on different application urls and maintain their views to look for the data across all the applications.
  • Datonis Factory will allow the user to see the factory related view.
  • Admin application will allow the user to configure the roles and users associated with it. It will also allow the user to associate the abilities one can have with it.(Role Based Access)


Configure Roles and Abilities by Admin Portal

Admin portal will allow user to control the Role based access. This will give him the facility to maintain his users and their abilities.

  • Admin Portal will be visible to only Datonis Admin users. These are the users belonging to .
  • Building the abilities one can configure for his users and associate a role.

Learn more about RBAC and Audit Trails


Data as a service

The Datonis Appenter Application API is a fully RESTful JSON based API that can be used to interact with the different applications. The API can be used for the following purposes.

  • As a command line interface (CLI) instead of using the Datonis UI.
  • Building custom web and mobile applications for your Things.
  • Integrating your thing data with other software systems

We are currently at version 3 of the API. Datonis will maintain backward compatibility to the last major version of the API which is version 2 which is now deprecated.

Learn more about the Datonis Application API