Skip to content

zeroseekyou/MobilityDB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

MobilityDB

MobilityDB is an extension for PostgreSQL to support temporal data types.

Status

The extension is under heavy development; many things work, some things are not yet fully tested, and some things are broken.

Requirements

  • Linux (other UNIX-like systems may work, but remain untested)
  • PostgreSQL == 11
  • CMake >= 3.1
  • PostGIS == 2.5

Building & installation

Here is the gist:

$ git clone https://github.com/ULB-CoDE-WIT/MobilityDB
$ mkdir MobilityDB/build
$ cd MobilityDB/build
$ cmake ..
$ make
$ sudo make install
$ psql -c 'CREATE EXTENSION MobilityDB CASCADE'

You should also set the following in postgresql.conf:

shared_preload_libraries = 'postgis-2.5'
max_locks_per_transaction = 128

Usage

https://docs.mobilitydb.com/nightly/

License

MobilityDB is provided under the PostgreSQL license.

About

A Moving Objects Database (MOD) built on PostgreSQL and PostGIS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 46.5%
  • TSQL 28.0%
  • PLpgSQL 16.7%
  • PLSQL 7.9%
  • C++ 0.4%
  • CMake 0.2%
  • Other 0.3%