Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.3 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.3 KB

README.md

Corva Example Python Apps

Overview

This repository contains example Python apps to help you learn how Corva backend apps are built and how Corva uses the Corva Python SDK. Each app is self-contained and can be run locally on your machine.

App Types

Scheduler Apps

Different types of scheduler apps that include Data Time, Depth, Natural Time apps.

Stream Apps

Different types of stream apps that include two Drilling Stream Time Apps and Frac Stream Time App.

Task Apps

Different types of task apps that include an Example Drilling App and Formation Evaluation Importer App.

Getting Started

To get started, clone this repository to your local machine:

$ git clone [https://github.com/corva-ai/corva-example-python-apps.git](https://github.com/corva-ai/corva-example-python-apps.git)

Then, navigate to the app you want to run:

$ cd python-apps/corva-example-python-apps/scheduler/example_scheduler_data_time_app/

Finally, run the app:

$ python lambda_function.py

Requirements

These apps were developed using Python 3.8

Some apps may require additional dependencies, which can be installed using pip:

$ pip install -r requirements.txt

License These apps are released under the MIT License