Skip to main content
Skip table of contents

The Platform Application - An Introduction

Introduction

An Enterprise level secure data platform with a database look and feel while integrating industry best practices, including blockchain, to provide a quantum resistant tamper-proof data repository.

The primary design goal of the document is to assist users with their knowledge of the Platform application.

However, there is a lot going on under the hood and it is important to gain some knowledge to make best use of The Platform.

Immutability

Because the platform integrates blockchain, an important difference that one must be aware of is immutability. EVERYTHING (Data, Schema, Users, etc.) submitted to the platform is part of a never changing audit log that can never be deleted.

The Platform handles the heavy lifting of this for the user and, in general, allows the user to interact with it as one does with most databases. However it is best to keep this in mind when doing things like Schema design.

Lets say, the user has a data structure, I.E. schema, that is added to The Platform. Internally this gets a SV (Schema Version) of 1. Then, the user makes changes to it and it gets a SV of 2. SV = 1 still exists, and potentially can be used, so it is best to not do prototyping in The Platform, especially on a production system.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.