SymetryML6.1
  • Introduction
  • Guides
    • Onboarding Guide
    • Technical Requirements
    • Admin User Guide
    • Installation Guide
      • Installation Guide - GPU
      • Installation Guide - Spark
  • SymetryML GUI
    • ML Toolkit
      • The SymetryML Difference
      • Data Mining Lifecycle
      • SymetryML Concepts
      • Data Sources
      • Streams
      • Encoders
      • Projects
      • Models
    • Sequence Models
    • SymetryML Federated Learning
      • Creating the Federation
      • Load data to local project
      • Requesting Federation Information from Admin Node
      • Joining a Federation with a peer node
      • Federated Data & Modelling
      • Appendix
    • DEM Generator
  • SymetryML Rest Client
    • REST API Reference Guide
      • SymetryML REST API Security
      • SymetryML JSON API Objects
      • Encoder Object REST API
      • SymetryML Projects REST API
      • About Federated Learning
      • Hipaa Compliance and Federated Learning
      • Federated Learning API
        • Federated Learning Topologies
        • Federated Learning with Nats
        • Federated Learning with AWS
        • Fusion Projects
      • Exploration API
      • Modeling API
      • Exporting and Importing Model
      • Third Party Model Rest API
      • SymetryML Job Information
      • Prediction API
      • Data Source API
      • Project Data Source Logs
      • Stream Data Source API
      • AutoML with SymetryML
      • Transform Dataframe
      • Select Model with SymetryML
      • Auto Select with SymetryML
      • Tasks API
      • Miscellaneous API
      • WebSocket API
      • Appendix A JSON Data Structure Schema
      • Appendix B Sample Code
  • SymetryML SaaS
    • SaaS Homepage
    • SaaS Dashboard
    • SaaS Account
    • SaaS Users
    • SaaS Licence
Powered by GitBook
On this page
  • Introduction
  • SymetryML Platform Options
  • Cloud: Amazon Web Services (AWS) Elastic Compute Cloud (EC2)
  • On Premise: Technical Requirements
  • User Interface
  • Rest Application Programming Interface (API)
  • Graphical User Interface (GUI)
  • Data Source Connections
  • SymetryML Remote Data Source Connections
  • File formats
  • SymetryML supported file formats
  • Integrations
  • Data Visualization Integrations
  • Reference Documents
  • SymetryML Guides / Examples
  1. Guides

Onboarding Guide

Introduction

Welcome to SymetryML. This document is to help the user get up and running with SymetryML. This document will go over the minimum technical requirements, data sources and file formats that are compatible with SymetryML, as well as directing the user to more detailed tutorials regarding installation, application, and maintenance of SymetryML.

SymetryML Platform Options

Cloud: Amazon Web Services (AWS) Elastic Compute Cloud (EC2)

SymetryML can be deployed on various AWS EC2 instance types, the following table lists some of the recommended instance types which SymetryML can be deployed on. For up to date pricing information regarding cost of the various AWS EC2 instance types, visit AWS EC2.

AWS Instance Types
vCPU
Memory (GiB)
GPU
GPU Memory (GiB)

c5.4xlarge

16

32

0

0

c5.9xlarge

36

72

0

0

c5.18xlarge

72

144

0

0

c5.24xlarge

96

192

0

0

p2.8xlarge

32

488

8

96

p2.16xlarge

64

732

16

192

p3.8xlarge

32

244

4

64

p3.16xlarge

64

488

8

128

p3dn.24xlarge

96

768

8

256

On Premise: Technical Requirements

User Interface

Rest Application Programming Interface (API)

This reference manual is intended for software developers who write client applications that interact with the SymetryML REST API.

Graphical User Interface (GUI)

Data Source Connections

SymetryML Remote Data Source Connections

SymetryML can connect to the following remote data sources:

  • AWS Redshift

  • AWS S3

  • Google Cloud Storage

  • Oracle Cloud Storage

  • HTTP/HTTPS

  • JDBC

  • Kafka

  • Local

  • SFTP

  • Spark

  • Splunk

  • New data sources can be accommodated with SymetryML’s data source plugin interface.

File formats

SymetryML supported file formats

  • CSV - Comma Separated Value

New file formats can be accommodated with SymetryML’s datasource plugin interface.

Integrations

Data Visualization Integrations

SymetryML integration with Tableau

Whether accessing SymetryML via the Rest API or the GUI, SymetryML integrates with Tableau API's to support and push output to desired dashboards, reporting and Key Performance Indicators (KPI’s).

Reference Documents

SymetryML Guides / Examples

The following is a list of SymetryML resources which the user can access for more detailed information regarding the installation, application, and maintenance of SymetryML.

SymetryML Installation Guide

SymetryML Examples

SymetryML Admin Users Guide.

PreviousIntroductionNextTechnical Requirements

Last updated 2 years ago

Please consult for details.

To access SymetryML via Rest API, please consult for details.

The describes the SymetryML REST API. The API lets you create, update, and delete SymetryML projects that can be used for data-mining exploration and predictive modelling.

To access SymetryML via the GUI, please consult for details.

The will give a general overview of SymetryML, including a brief introduction to data-mining and applying its concepts to SymetryML workflow. The core intention of this guide is to provide readers with a brief summary of the information needed to implement SymetryML successfully into their data-driven projects and to cover typical usage scenarios.

The will guide you through the install, upgrade and configuration of the SymetryML suite of applications.

The following URL contains links to sample code: .

The is a command-line application that allows administrators to manage service updates and user credentials. This user guide describes the common usage patterns for the SymetryML Admin CLI.

Technical Requirements
REST API Reference Guide
REST API Reference Guide
ML Toolkit
ML Toolkit
SymetryML Installation Guide
SymetryML Examples
SymetryML Admin CLI