First, create fields and dataset types to use in the application or through the WebAPI. Create the required fields, insert them into dataset types, and create the dataset templates.
The portal feature for selecting records can be easily configured to use in the WebAPI.
Views can be simple or complex. It's up to you. With the list function in Uniplex, views can be delivered to the WebAPI - as a JSON object for a list, a pivot or d3.js
The WebAPI considers the configured user roles for functions, records, and fields.
As a Java application, the CortexImplex offers the flexible import of data into a CortexDB. A variety of functions allow the reading and transformation of individual information. You can access different data sources (csv, xml) and extend the CortexImplex by using an abstract Java class.
The server-side integration of the "V8-Javascript Engine" enables you to use JavaScript within the database (e. g. in lists and for automatisms), as well as for external access (e. g. via nodeJS or native access).