Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.
/ dd-node Public archive

Digital Delta node reference implementation in Python Django

License

Notifications You must be signed in to change notification settings

DigitaleDeltaOrg/dd-node

Repository files navigation

DD-node

Django site that provides a reference implementation for the Digital Delta API spec.

Based on Django Rest Framework and PostGIS.

Search

Search is based on PostgreSQL's full-text search capabilities via django-watson. To build a search index, follow these steps:

1. bin/django migrate (once, creates a database table)
2. bin/django installwatson (once, creates a database trigger)
3. bin/django buildwatson (periodically, indexes your existing data)

Inserts, updates and deletes of registered assets will automatically update the search index (except for bulk operations). For reasons of performance, this is not the case for related objects. These will be handled by scheduling a buildwatson at convenient times.

About

Digital Delta node reference implementation in Python Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published