Documentation

Documentation

  • Home
  • Blog
  • API
  • Contact

›Getting started

Overview

  • Lentiq introduction
  • Lentiq architecture
  • What is a data pool?
  • What is a project?
  • Migrating from Hadoop

Getting started

  • Deploying applications and processing clusters
  • Connecting to Spark from a notebook
  • Uploading data to Lentiq
  • Creating a data pool
  • Deploying on GCP
  • Deploying on AWS

User Guide

    Managing applications

    • Working with applications
    • Managing compute resources

    Managing data

    • Working with data and metadata
    • Sharing data between data pools
    • Querying data with SQL (DataGrip)
    • Connecting Tableau to Lentiq

    Managing models

    • Working with models
    • Publishing notebooks
    • Training and serializing a model
    • Managing model servers

    Managing workflows

    • Working with workflows
    • Creating a reusable code block from a notebook
    • Creating a docker image based reusable code block
  • Glossary
  • API

Tutorials

  • End-to-end Machine Learning Tutorial

Deploying on GCP

Some actions have to be undertaken before creating a data lake and being able to perform API operations.

Setting up your Google account

  1. Go to the Google Cloud Platform console.
  2. Click the projects drop down menu at the top.
  3. Click New project.

creating a new Google cloud project

  1. Go to the APIs & Services > dashboard section using the menu on the top left. APIs & Services dashboard

  2. Click Enable APIs and services. APIs & Services dashboard

  3. Search and add the Kubernetes and Identity and Access Management (IAM) APIs from the API library. APIs & Services search APIs & Services search APIs & Services search

Creating a new service account

  1. Go to the IAM & Admin > Service accounts section using the menu on the top left.

  2. Click Create service account.

  3. Type in an account name and description.

  4. Click Create. APIs & Services search

  5. Make sure the new account has account the following roles enabled:

  • Service Account User (needed to make API calls)
  • Kubernetes Engine Admin (needed for cluster management)
  • Storage Admin (needed for bucket management)
  • Service Account Admin and Service Account Key Admin (needed to create additional service accounts and keys for them)
  • Compute Security Admin (needed for firewall management)
  1. Click Continue. APIs & Services search

  2. Create a JSON key for the service account. APIs & Services search APIs & Services search

The key is automatically saved to your computer. Make sure to keep it handy and safe, as it is required when configuring Lentiq services.

You are now ready to create a data pool in Lentiq.

← Creating a data poolDeploying on AWS →
  • Setting up your Google account
  • Creating a new service account
Copyright © 2019 Lentiq