Graal Platform Documentation

Graal Platform Documentation

  • Docs
  • Help

›How-to guides

Overview

  • What is Graal Platform?
  • Why use our platform?
  • How Graal Platform works?
  • Concepts
  • Jobs & workflows
  • Security

Quickstart

  • Quickstart

Tutorials

  • Get started with Python
  • Get started with Dask
  • Get started with XGBoost
  • Get started with Apache Spark and Maven
  • Get started with Apache PySpark
  • Get started with Apache Beam and Gradle
  • Use the API
  • Using the command line tool (graalctl)
  • Using secrets
  • Migration from Databricks
  • Get started with Tensorflow
  • Get started with Pytorch
  • Get started with Mxnet
  • Setting up the Hadoop bridge
  • Get started with Apache Flink and Maven
  • Get started with Dbt
  • Get started with Pulsar
  • Get started with Apache Spark Streaming Pulsar
  • Get started with Debezium
  • Get started with the SDK

How-to guides

  • Using Graal Platform with Azure Data Factory
  • Publishing your artefacts with Azure DevOps
  • Using Graal Platform with Apache Airflow
  • Publishing your artefacts with Jenkins
  • Spark
  • Network, VPN, gateway and firewall
  • Logs
  • Pricing

Security

  • Overview
  • Comply with requirements
  • Infrastructures under Graal Systems
  • Responsibilities

Troubleshoot & debug

  • Troubleshooting
  • Common issues
  • Debug jobs

Publishing your artefacts with Azure DevOps

Azure DevOps is a complete CI/CD tool. It allows you to automate your builds and deployments with Pipelines. If you want to push your artifacts as libraries on Graal Platform, you can use the cURLUploader@2 pipeline task like this:

# Upload files to Graal Platform
- task: cURLUploader@2
  inputs:
    files: target/*.jar # All the jar in the target directory 
    authType: 'UserAndPass'
    username: XXXXX
    password: XXX API KEY XXX # My API key
    url: https://api.graal.systems/v1/api/libraries
    remotePath: ''
    options: '-H "X-Tenant: XXXX"' # My tenant identifier
← Using Graal Platform with Azure Data FactoryUsing Graal Platform with Apache Airflow →
Graal Platform Documentation
Overview
What is Graal Platform?
Quickstart
Apache SparkApache FlinkApache BeamPythonTensorflowDaskDistributed XGBoost
Links
HomeConsoleCopyrights
Copyright © 2023 Graal Systems