📄️ Syllo Introduction
Syllo
📄️ Syllo for Back-End
When used behind another backend, as a proxy, Syllo provides following benefits:
📄️ Syllo for Front-End
Syllo exposes a set of API methods ready for direct usage by mobile/web applications. Those method provide basic functionality required by front-ends to be able to build a user friendly UX/UI with following funcitonalities:
📄️ How it works?
In it's core, Syllo is a data processor and aggregator. It collects data from multiple sources, process it, stores it and proxies it to other locations when needed/requested to.
📄️ Syllo Components
Syllo is built as a scalable platform, split into following layers:
📄️ Core services
API service
📄️ Syllo APIs
Syllo exposes a large number of api calls, grouped into following groups:
📄️ Data storage and backup
Data storage is handled by Syllo's database laayer. Data is segregated in multiple databases to provide better scalability and performance in general. Type of database (relational or document based) is selected based on use case and performance needs.
📄️ Syllo deployment
Syllo can be deployed on any hosting environment which supports containerized architecture (Kubernetes, docker). We prefer to deploy it on AWS, as AWS offers unique abilities to deploy, run and scale enterprise level applications.
📄️ Tech stack
NodeJS