Tellius architecture
An overview of the structural framework and components that define Tellius.
Last updated
Was this helpful?
An overview of the structural framework and components that define Tellius.
Last updated
Was this helpful?
The Tellius architecture is designed to be user-friendly and easily accessible, allowing for seamless integration with existing systems.
The Tellius architecture consists of the following components:
The main entry point to Tellius is the HTML5-based Web UI, which runs in a web browser.
Natural Language Search allows users to input natural language queries, which the engine then converts into backend queries for processing.
The Genius Insights engine uses advanced machine learning algorithms to automatically discover actionable insights.
The Predictive Machine Learning engine enables the training of custom machine learning models for making predictions
Distributed Filesystem is responsible for storing intermediate data generated by Machine Learning and Genius Insights engine. Optionally, it can be used for storing data when explicitly enabled.
Fast Query Database is a columnar store for storing data in indexed format for real-time search and visualization on big data. This is a cost-effective option when data cannot fit in available memory and high performance is still desired.
Tellius can be deployed on-premises behind a firewall or in any of the major cloud technologies such as,
Amazon Web Services
Microsoft Azure
Google Cloud
Here is an illustration of the deployment architecture of Tellius:
The components are,
Kubernetes Cluster: It is a cluster of Kubernetes on one or more nodes.
Tellius Microservices: All the services related to Tellius will be running on the Kubernetes cluster, including,
Fast Query Engine (FQE) microservice, which is responsible for running the FQE engine cluster to handle high-performance data querying.
In-Memory Compute Engine (ICE) microservice, which is responsible for running an ICE engine cluster to handle computationally intensive machine learning tasks
Other auxiliary services, like Tellius Web UI and Python environment, are also available.