In many scenarios, ZeyOS is used as a backend for other applications or micro services. Our REST API makes it as easy as possible to exchange data with ZeyOS or even to create your own extensions and apps.
At the heart of ZeyOS runs a PostgreSQL database - one of the fastest and powerful database systems on the planet. We desigend our schema to be as accessible and comprehensive as possible, making it easy for developers to query data, write complex import/export routines or custom applications.
The database can be accessed either through the REST API or through iXML Queries.
iXML is our XML-based programming language to adapt ZeyOS and develop new apps. It is perfectly suitable for novices without a background in computer programming and is easy to learn. We offer a comprehensive documentation to get you started and assist you at any stage of development.