Skip to content

openrory/taa-capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

These are instructions for running data ingestion tasks through Apache Airflow as an orchestrator, to improve transparency and traceability.

Contributors

Requirements

Running Airflow DAGs

  1. Start the Gremlin server:
  2. Open a cmd and type: cd C:\Program Files\Azure Cosmos DB Emulator
  3. Microsoft.Azure.Cosmos.Emulator.exe /EnableGremlinEndpoint
  4. cd /d C:\sdk\apache-tinkerpop-gremlin-console-3.3.4-bin\apache-tinkerpop-gremlin-console-3.3.4
  5. bin\gremlin.bat
  6. :remote connect tinkerpop.server conf/remote-localcompute.yaml
  7. :remote console
  8. Ensure you have a DAG specified, for instance dags\airflow-dag.py
  9. Start the webserver in a terminal: $ airflow webserver -p 8080
  10. Select the DAG and click Trigger ('play' button). Now watch you workflow run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages