sparql
Query SPARQL datasource with SQL
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: pgsparql : Query SPARQL datasource with SQL
Information
- Extension ID: 4470
- Extension Name:
sparql - Package Name:
pgsparql - Category:
UTIL - License: Apache-2.0
- Website: https://github.com/lacanoid/pgsparql
- Language: SQL
- Extra Tags:
supabase - Comment: N/A
Metadata
- Latest Version: 1.0
- Postgres Support:
17,16,15,14,13 - Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Can be installed into other schemas
- Trusted: Untrusted, Require Superuser to Create
- Schemas:
sparql - Requires:
plperl,plperlu
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
pgsparql_$v - RPM Ver :
1.0 - RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pgsparql - DEB Ver :
1.0 - DEB Deps: N/A
Availability
Installation
Install sparql via the pig CLI tool:
pig ext install pgsparql; # Extension Name
pig ext install sparql; # normalized package name
Install pgsparql via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pgsparql"]}' # -l <cls>
Install pgsparql RPM from YUM repo directly:
dnf install pgsparql_17;
dnf install pgsparql_16;
dnf install pgsparql_15;
dnf install pgsparql_14;
dnf install pgsparql_13;
Install pgsparql DEB from APT repo directly:
apt install postgresql-17-pgsparql;
apt install postgresql-16-pgsparql;
apt install postgresql-15-pgsparql;
apt install postgresql-14-pgsparql;
apt install postgresql-13-pgsparql;
Create sparql extension on PostgreSQL cluster:
CREATE EXTENSION sparql CASCADE;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.