mobilitydb
MobilityDB geospatial trajectory data management & analysis platform
Module:
Categories:
Overview
PGDG 1st Party Extension: mobilitydb : MobilityDB geospatial trajectory data management & analysis platform
Information
- Extension ID: 1650
- Extension Name:
mobilitydb - Package Name:
mobilitydb - Category:
GIS - License: GPLv3
- Website: https://github.com/MobilityDB/MobilityDB
- Language: C
- Extra Tags: N/A
- Comment:
Metadata
- Latest Version: 1.2.0
- Postgres Support:
17,16,15,14,13 - Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Can not install to arbitrary schema
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires:
postgis
RPM / DEB
- RPM Repo: None
- RPM Name:
N/A - RPM Ver : N/A
- RPM Deps: N/A
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-mobilitydb - DEB Ver :
1.2.0 - DEB Deps: N/A
Availability
Installation
Install mobilitydb via the pig CLI tool:
pig ext install mobilitydb
Install mobilitydb via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["mobilitydb"]}' # -l <cls>
Install mobilitydb DEB from APT repo directly:
apt install postgresql-17-mobilitydb;
apt install postgresql-16-mobilitydb;
apt install postgresql-15-mobilitydb;
apt install postgresql-14-mobilitydb;
apt install postgresql-13-mobilitydb;
Create mobilitydb extension on PostgreSQL cluster:
CREATE EXTENSION mobilitydb 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.