info@ismena.com
Ismena websiteIsmena websiteIsmena websiteIsmena website
  • Home
  • About us
  • Technologies
    • Cloud Services
      • Google Cloud Platform
        • Networking
        • Compute
        • Storage
        • SAP on GCP
        • Google Maps
        • Data Center Modernization
    • Infrastructure
      • iSolution Services
      • Unified Communication
      • Network Security
      • Access Security & Control
      • Computing Platforms
      • Structured Cabling Infrastructure
      • Datacenter Infrastructure
      • Networking Infrastructure
      • Retail Analytics
      • Cloud Infrastructure
    • Integration
      • Apigee
      • IBM
      • Custom Connectors
      • UnifAI
    • Security
      • Security Consulting Services
      • Security Solutions
    • Data & AI
      • BigQuery, Looker
      • Gemini
    • Collaboration Tools
      • Google Workspace For Enterprise
    • ERP-CRM
      • Odoo
      • Salesforce
      • SAP on GCP
    • DevOps
      • GCP
      • SonarSource
    • Managed Service Provider
      • Managed Service Provider
    • App Development
      • App Development
    • Open Banking
      • Open banking
    • Chrome Devices
  • Unplugged Podcast
  • Blog
    • Success Stories
    • News
    • Articles
  • Careers
  • Contact Us

Technologies

Integration

Custom Connectors

Explore All Connectors

Victoria Open Data Connector

Victoria Open Data Connector

Connector Details

Type

Virtual machines, Single VM , BYOL

Runs on

Google Compute Engine

Last Update

24 October, 2024

Category

Overview

Documentation

Pricing

Support

The Victoria Open Data Connector provides seamless integration with the Victorian Government’s official open data portal, enabling secure, reliable, and high-performance access to all publicly available datasets and metadata. This connector streamlines interactions with the portal by standardizing requests for datasets, resources, organizations, categories, and tags.

Integration Overview

This document provides a detailed guide for each integration point, its purpose, configuration, and workflow support using the Victoria Open Data Connector.

Supported Integration Action Points

  • package_list: Returns a list of all dataset names (IDs).
  • current_package_list_with_resources: Returns recent datasets with full resource metadata included.
  • package_search: Performs full-text and faceted search across all datasets (most powerful discovery endpoint).
  • package_show: Retrieves complete metadata and resources for a specific dataset.
  • organization_list: Lists all publishing organizations (government departments and agencies).
  • tag_list: Returns all tags used across the portal.
  • group_list: Returns all groups/categories (topics) used to organize datasets.

Detailed Integration Documentation

2.1 List All Dataset Names

Action POST /package_list
Purpose Returns a simple array of all dataset identifiers (names) available on the portal. Ideal for lightweight catalog enumeration.
Configuration Ensure the connector is configured with the base URL via the CONNECTOR_ENV_VICTORIA_BASE_URL environment variable.
Parameters
  • Required: None (empty POST body)
  • Optional: None
Output
  • Successful: JSON object: { "success": true, "result": ["dataset-id-1", "dataset-id-2", ...] }
  • Failure: Returns CKAN error object with success: false
Workflow Example
  • Execute the package_list action
  • Use the returned dataset names to fetch detailed metadata for each dataset if needed

2.2 List Recent Datasets with Resources

Action POST /current_package_list_with_resources
Purpose Returns a list of datasets with full resource details (download URLs, formats, etc.) included. Useful for building rich catalogs without multiple follow-up calls.
Configuration Ensure the connector is configured with the base URL via the CONNECTOR_ENV_VICTORIA_BASE_URL environment variable.
Parameters
  • Required: None
  • Optional: limit (integer)
Output
  • Successful: Returns full dataset objects including resources array

2.3 Search Datasets (Faceted & Full-Text)

Action POST /package_search
Purpose The primary discovery endpoint. Supports full-text search, faceted filtering (by organization, format, license, etc.), sorting, and pagination.
Configuration Ensure the connector is configured with the base URL via the CONNECTOR_ENV_VICTORIA_BASE_URL environment variable.
Parameters
  • Required: None
  • Optional/Commonly Used: q, fq (filter query), rows, start, sort, facet.field, etc.
Output
  • Successful: Returns search results with count, results array, and facets
Workflow Example
  • Execute package_search with q=water and facet.field=["organization"]
  • Build interactive data portals with filters and result listings

2.4 Get Complete Dataset Metadata

Action POST /package_show
Purpose Retrieves full metadata for a single dataset, including title, description, resources, tags, extras, and update history.
Configuration Ensure the connector is configured with the base URL via CONNECTOR_ENV_VICTORIA_BASE_URL
Parameters
  • Required: id (dataset name or UUID)
  • Optional: None
Output
  • Successful: Complete dataset object with resources array containing download URLs and formats
Workflow Example
  • Execute package_show with id=road-crashes-victoria
  • Display dataset details and provide direct download links for resources

2.5 List Publishing Organizations

Action POST /organization_list
Purpose Returns all government departments and agencies that publish data.
Configuration Ensure connector uses CONNECTOR_ENV_VICTORIA_BASE_URL
Parameters
  • Required: None
  • Optional: all_fields=true to include descriptions and dataset counts
Output
  • Successful: Array of organization objects

2.6 List All Tags

Action POST /tag_list
Purpose Retrieves every tag used across the portal for building tag clouds or filters.
Configuration Ensure connector uses CONNECTOR_ENV_VICTORIA_BASE_URL
Parameters
  • Required: None

2.7 List Groups/Categories

Action POST /group_list
Purpose Returns thematic groups (e.g., Health, Transport, Environment) used to categorize datasets.
Configuration Ensure the connector is configured with the correct base URL via CONNECTOR_ENV_VICTORIA_BASE_URL.
Supports authorization headers, JSON/form-encoded requests, streaming responses, 5-minute timeout for long-running searches.
Parameters
  • Required: None

Example Workflow

Example Workflow: Building a Victorian Open Data Portal or Dashboard

Retrieve Publishing Organizations Use the organization_list action to populate agency filters.
Discover Datasets Execute package_search with faceted queries to power search and filtering interfaces.
Display Dataset Catalog Use current_package_list_with_resources or package_search results to show titles, descriptions, and formats.
Show Detailed Dataset View Execute package_show to display full metadata, license, update frequency, and direct resource download links.
Enable Thematic Browsing Use group_list and tag_list to create topic-based navigation.

This connector enables robust, performant, and standards-compliant integration with Victoria’s official open data platform, supporting use cases from public dashboards and research tools to enterprise data pipelines and automated reporting systems.

Pricing

Request a Quote

Support

For Technical support please contact us on

custom-connectors-support@isolutions.sa

iSolution logo - white - transparent 250 px

iSolution logo - white - transparent 250 px

A tech solution company dedicated to providing innovation thus empowering businesses to thrive in the digital age.

  • Home
  • About us
  • Blog
  • Careers
  • Success Stories
  • News
  • Articles
  • Contact Us
  • Terms and conditions
  • Privacy Policy
© Copyright 2024 iSolution | All Rights Reserved
  • Home
  • About us
  • Technologies
    • Cloud Services
      • Google Cloud Platform
        • Networking
        • Compute
        • Storage
        • SAP on GCP
        • Google Maps
        • Data Center Modernization
    • Infrastructure
      • iSolution Services
      • Unified Communication
      • Network Security
      • Access Security & Control
      • Computing Platforms
      • Structured Cabling Infrastructure
      • Datacenter Infrastructure
      • Networking Infrastructure
      • Retail Analytics
      • Cloud Infrastructure
    • Integration
      • Apigee
      • IBM
      • Custom Connectors
      • UnifAI
    • Security
      • Security Consulting Services
      • Security Solutions
    • Data & AI
      • BigQuery, Looker
      • Gemini
    • Collaboration Tools
      • Google Workspace For Enterprise
    • ERP-CRM
      • Odoo
      • Salesforce
      • SAP on GCP
    • DevOps
      • GCP
      • SonarSource
    • Managed Service Provider
      • Managed Service Provider
    • App Development
      • App Development
    • Open Banking
      • Open banking
    • Chrome Devices
  • Unplugged Podcast
  • Blog
    • Success Stories
    • News
    • Articles
  • Careers
  • Contact Us
Ismena website

Register To Wired For Banking

Register to Wired for Banking

Register To Palo Alto & iSolution Event

Register to Gemini in Action Workshop

[forminator_form id=”14485″]

Registration To Amman Unplugged Event

[forminator_form id=”14419″]

Register to Gemini in Action Workshop

[forminator_form id=”14298″]

Tech and Culture Riyadh

[forminator_form id=”13094″]