Lyftrondata
  • Introduction
    • About Lyftrondata
    • Lyftrondata Feature
    • Lyftrondata System Architecture
      • Lyftrondata Integration Framework
      • Lyftrondata Connector Framework
    • Core Concepts
      • Data Pipelines
      • Vision and Goals
      • Sources and Destinations
        • Types of Sources
        • Types of Destination
    • Free Trial
    • Lyftrondata Apps
      • Data Loader
        • Full Load
        • Incremental Load
      • Data Mirror
        • Prerequisite
        • Integration
      • Data Vault
      • ELT
      • ETL
      • Data Analytics
    • Faq
  • Lyftrondata Connectors
    • Source
      • πŸ“ΆSales Analytics
      • πŸ‘¨β€πŸ’»Technology Analytics
      • πŸ’ΈFinance Analytics
      • πŸ“ŠBusiness Analytics
      • 🀝Marketing Analytics
      • πŸ‡ΈπŸ‡΄Commerce Analytics
      • ☁️Weather Analytics
      • πŸ”ƒSupply Chain Analytics
      • ⏳Human Resources Analytics
    • Destinations
  • Managing Lyftrondata
    • Lyftrondata Installation
      • Requirements
      • On AWS Deployment
      • On AWS Deployment Using AMI
      • On Azure Deployment
      • On DigitalOcean Deployment
      • Deployment Info
    • Configure Lyftrondata
      • AWS S3/IAM User
      • Wasabi
      • Settings and Security
  • Developer Guides
    • Understand Lyftrondata
      • Lyftrondata Architecture
      • Libraries and Dependencies Used in Our Application
      • Services used by Lyftrondata
Powered by GitBook
On this page
  • Requirements and compatibility
  • Hardware recommendations
  • System Setup and Software Installation
  • Install Docker and Docker Compose
  • Git installation
  • Create Bucket and Require User
  • Natural Languages
  • Third-Party Software
  1. Managing Lyftrondata
  2. Lyftrondata Installation

Requirements

This page contains the requirement for running Lyftrondata Application.

PreviousLyftrondata InstallationNextOn AWS Deployment

Last updated 1 year ago

Requirements and compatibility

Memory Requirements: Memory requirements depend on the product target use. For most deployments, 12 GB RAM is sufficient. For small deployments, 8 GB RAM is the minimum requirement until specific deployments are tested and verified.

Hardware recommendations

Lyftrondata can scale from a basic installation on a laptop used by a single person all the way up to a highly available deployment used by thousands of people. The following recommendations should apply to most Lyftrondata deployments, but your requirements may vary depending on the usage of your team.

A single machine, with 4-core processor, 16 GB of RAM, and 50GB storage. Scaling the server up can enable it to handle a larger number of users and workload.

For evaluation or personal use, you can use a basic configuration with as little as 8 GB of RAM, but this would not be recommended for a testing or production server used by more than one person.

System Setup and Software Installation

Install Docker and Docker Compose

  • Install Docker Engine and the Docker Compose plugin on your workstation (see Linux ).

  • If you are unable to install using the above instructions you can follow the below steps.

For Red Hat Enterprise Linux.

sudo yum install -y yum-utils
sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
sudo yum install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo systemctl start docker
sudo systemctl enable docker

For Ubuntu.

curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh

Run Docker command without sudo, execute the below command and reset your terminal.

sudo usermod -a -G docker $USER

Git installation

For Red Hat Enterprise Linux.

sudo yum install git -y

For Ubuntu.

sudo apt install git -y

Git is use to install our require script which will setup the application.

Create Bucket and Require User

Natural Languages

You can install Lyftrondata on supported operating systems in various languages. However, Lyftrondata user interface is available only in US English.

Browsers

You can use these browsers with Lyftrondata to access it with the web client.

Browser
Supported Version
Known issues

Chrome

most recent (recommended)

Firefox

most recent

Edge

most recent

Internet Explorer

11 and later

May not render Apache Spark application portal properly. For example, query plans will not show up

Edge, Firefox, and Chrome automatically update themselves, so Lyftrondata supports the most recent version.

Third-Party Software

Lyftrondata software may be provided with certain third-party software, including but not limited to open-source software, which is licensed under its applicable third-party software license agreement. For license information about third-party software distributed with Lyftrondata software, refer to your Lyftrondata license agreement.

For AWS IAM user and s3 bucket, kindly follow the .

For Wasabi follow the .

instructions
document
document