TigerGraph-DevLabs / TG-Snowflake-Connector

The project is to write the data from snowFlake into the TigerGraph. The goal is to import data by modifying configuration file. Full Documentation: https://github.com/TigerGraph-DevLabs/TG-Snowflake-Connector/wiki/TigerGraph-Snowflake-Connector-Documentation

Home Page:https://developers.tigergraph.com/integration/tigergraph-snowflake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TigerGraph-Snowflake-Connector

1. Introduction

This project enables users to load data from Snowflake database into TigerGraph database easily. For more details, refer to the documentation page

If you:

  • are a developer and would like to look at the source code, the code is located in src folder.
  • just want to use the connector, you can find the artifacts in 'assets' folder or review tests folder.

Note: You can use QuickStart to get started with the connector or visit the documentation page

2. QuickStart

friendNet

Detailed documentation location:TigerGraphConnector_readme

3. Folder description

# Connector that can be used, Configuration file and connector usage documentation
assets/

# source code
src/

# Use cases
# including Snowflake table building statement
# TigerGraph construction sentences and Loading Job
tests/

4. Development environment

5. Code structure

src.main
	|--resources
		|--connector.yaml(configuration file)
	|--scala
		|--com.tigergraph.spark_connector
			|--reader(data origin)
			|--support(Read the configured support class)
			|--utils
			|--writer
			|--SF2Spark2Tg(main class)

About

The project is to write the data from snowFlake into the TigerGraph. The goal is to import data by modifying configuration file. Full Documentation: https://github.com/TigerGraph-DevLabs/TG-Snowflake-Connector/wiki/TigerGraph-Snowflake-Connector-Documentation

https://developers.tigergraph.com/integration/tigergraph-snowflake

License:Apache License 2.0


Languages

Language:Java 63.2%Language:Scala 36.6%Language:Shell 0.2%