• Introduction to Python Floe development
    • Orion Platform
      • Data Record
      • DRConvert
      • Floe
      • Orion Client
      • Artemis
  • Orion Development Tutorials
    • Creating a New Orion Package
      • Features
      • Requirements
      • Setup
      • Commands
      • Output Skeleton
      • Package Documentation
    • Creating a Package Image (Advanced)
      • Prerequisites
      • Overview
      • Creating an image from an existing floe
      • Floe Package Image Requirements
    • Index of Related OCLI Commands
      • Docker Image Package
      • Manifest Package
    • Tutorial: Creating a Tensorflow package
      • Creating the initial package
      • Configuring Conda Requirements
      • Writing a Training Workfloe
      • Testing the Training Workfloe
      • Writing a Prediction Workfloe
      • Testing the Prediction Workfloe
    • Using the Floe Editor
  • OpenEye Orion Platform Packages
    • Orion Platform
      • Quick Start
      • Orion Platform Introduction
      • Orion Platform Cubes
      • Orion Platform Mixins
      • Orion Platform Ports
      • Orion Platform Parameters
      • Miscellaneous
      • Orion Environment Variables
      • Orion Platform Exceptions
      • Migrating from CubeRecord
    • Orion Client
      • Quick Start
      • Orion Client Examples
      • Orion Client Session
      • Orion Client Utilities
      • Orion Client Helpers
      • Orion Client Types
      • Orion Client Links
      • Orion CLI
      • Orion Client Exceptions
    • Floe
      • WorkFloes
      • Cubes
      • Parameters
      • Orion Integration
      • Dominant Resource Factor
      • Cube Types
      • Parameter Types
      • Test API
      • Capacity States
    • Datarecord
      • Quick Tour
      • OpenEye-datarecord API Reference
    • DRConvert
      • OpenEye-drconvert API Reference
      • Datarecord Type Coercion And Field Splitting
      • Using an External Schema
    • Artemis
      • Quick Start
      • Artemis Examples
      • Wrapper API
      • Pytest Markers
      • Packaging API
      • FloeTestCase
      • Pytest Options
    • Release History
      • v4.3.1 February 2022
      • v4.3.0 February 2022
      • v4.2.7 November 2021
      • v4.2.6 November 2021
      • v4.2.5 October 2021
      • v4.2.4 October 2021
      • v4.2.3 October 2021
      • v4.2.2 October 2021
      • v4.2.1 October 2021
      • v4.2.0 October 2021
      • v4.1.0 September 2021
      • v4.0.0 May 2021
      • v3.1.3 January 2021
      • v3.1.2 December 2020
      • v3.1.1 December 2020
      • v3.1.0 November 2020
      • v3.0.1 August 2020
      • v3.0.0 August 2020
      • v2.4.6 May 2020
      • v2.4.5 April 2020
      • v2.4.4 March 2020
      • v2.4.3 March 2020
      • v2.4.2 February 2020
      • v2.4.1 January 2020
      • v2.4.0 December 2019
      • v2.3.0: November 2019
      • v2.2.1 November 2019
      • v2.2.0 November 2019
      • v2.1.0 October 2019
      • v2.0.1 September 2019
      • v2.0.0 August 2019
      • v1.1.4 August 2019
      • v1.1.2 August 2019
      • v1.1.0 August 2019
      • v1.0.2 July 2019
      • v1.0.1 July 2019
      • v1.0.0 June 2019
      • v0.3.2 June 2019
      • v0.3.1 May 2019
      • v0.3.0 May 2019
      • v0.2.3 May 2019
      • v0.2.2 May 2019
      • v0.2.1 March 2019
      • v0.2.0 January 2019
      • v0.1.14 February 2019
      • v0.1.13 January 2019
      • v0.1.12 December 2018
      • v0.1.11 November 2018
      • v0.1.10 November 2018
      • v0.1.9 October 2018
      • v0.1.8 October 2018
      • v0.1.6 September 2018
      • v0.1.5 September 2018
      • v0.1.4 September 2018
  • Legal Notices
    • Sample Code
    • Citation
Orion Documentation
  • All OpenEye Documentation »
  • Contents »
  • Orion Platform API »
  • Orion Platform »
  • Orion Platform Introduction

Orion Platform IntroductionΒΆ

Orion Platform brings together a number of python packages that provide the tools necessary to develop in Orion. The following introduction is aimed at providing examples of putting the pieces together to build and maintain Cubes and Floes.

  • Data handling in Orion
    • Use Cases
    • Records
    • Services
    • Data Organization
    • Tags
  • Record Basics
    • Field Parameters
    • Primary Molecule
  • Shard Collections
    • Example Use Cases
    • Lifecycle
    • Guidelines
    • Batching Work
  • Port Basics
    • I/O Ports
    • Initialization Ports
  • Cube Basics
    • Member Functions
    • Ports
    • Parameters
  • Common Cube Usage
    • Compute a Property of a Molecule
    • Compute Multiple Properties of a Molecule
    • Modify a Molecule
    • Modify a Molecule and Compute Multiple Properties
    • Modify a Molecule and Compute Conformer Properties
    • Updating Records in Dataset Fields
  • Cube Unit Tests
    • Molecular Weight Cube Test
  • Floe Unit Tests
    • Reader Writer Floe Test
Next Previous

© Copyright 2022, OpenEye Scientific Software Inc. Last updated on Apr 18, 2022.