Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions connector-registry/wonderware/_meta/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Wonderware Historian Connector

A high-performance connector for extracting data from AVEVA Wonderware Historian systems.

## Overview

This connector provides reliable, efficient access to Wonderware Historian data through SQL Server queries. It supports tag discovery and historical data extraction with built-in connection pooling and circuit breaker patterns for production reliability.

## Features

- **Tag Discovery**: Automatically discover all available tags from the Wonderware TagRef table
- **Historical Data Extraction**: Fetch time-series data from the History view with flexible date ranges
- **Connection Management**: Built-in connection pooling and circuit breaker for resilience
- **Health Checks**: Test connectivity and get system status

## Capabilities

- **Extract**: βœ… Yes
- **Transform**: ❌ No
- **Load**: ❌ No

## Source System

- **Type**: Historian
- **Specification**: AVEVA Wonderware Historian
- **Backend**: SQL Server

## Versions

- `v1`: Initial release with core extraction capabilities

## Usage

See version-specific documentation for detailed usage instructions.
9 changes: 9 additions & 0 deletions connector-registry/wonderware/_meta/connector.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "https://schemas.connector-factory.dev/connector-root.schema.json",
"identifier": "wonderware",
"name": "Wonderware Historian",
"category": "historian",
"tags": ["historian", "scada", "aveva", "wonderware", "sql-server", "industrial"],
"description": "High-performance connector for AVEVA Wonderware Historian with support for tag discovery and historical data extraction",
"homepage": ""
}
24 changes: 24 additions & 0 deletions connector-registry/wonderware/v1/514-labs/_meta/connector.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "wonderware",
"author": "514-labs",
"version": "v1",
"languages": ["python"],
"category": "historian",
"capabilities": {
"extract": true,
"transform": false,
"load": false
},
"source": {
"type": "historian",
"spec": "AVEVA Wonderware Historian",
"homepage": ""
},
"tags": ["historian", "scada", "aveva", "wonderware", "sql-server", "industrial"],
"maintainers": ["514-labs"],
"issues": {
"python": {
"default": "https://github.com/514-labs/registry/issues"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"identifier": "wonderware",
"name": "wonderware",
"author": "514-labs",
"version": "v1",
"language": "python",
"implementations": ["default"]
}
Loading
Loading