From d6335f1f3184683b05131dd12a73ff1115aefba3 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 21 Feb 2020 18:53:35 -0800 Subject: [PATCH] Added shapefile-to-sqlite, datasette-mask-columns, datasette-auth-existing-cookies, datasette-auth-existing-cookies Refs #679 --- docs/ecosystem.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/ecosystem.rst b/docs/ecosystem.rst index f921c13d..843a34df 100644 --- a/docs/ecosystem.rst +++ b/docs/ecosystem.rst @@ -49,6 +49,11 @@ geojson-to-sqlite `geojson-to-sqlite `__ converts GeoJSON files to SQLite, optionally using SpatiaLite to create geospatial indexes for fast geometric queries. +shapefile-to-sqlite +------------------- + +`shapefile-to-sqlite `__ converts ESRI shapefiles to SQLite, optionally using SpatiaLite . + socrata2sql ----------- @@ -166,3 +171,18 @@ datasette-template-sql ---------------------- `datasette-template-sql `__ adds a custom template function that can be used to execute and loop through the results of SQL queries in your templates. See `this blog post `__ for background on the plugin. + +datasette-mask-columns +---------------------- + +`datasette-mask-columns `__ allows you to use ``metadata.json`` to configure specific table columns that should be masked - that should return null no matter what value is contained within the column. This is useful for things like hiding ``password`` columns from public display. + +datasette-auth-existing-cookies +------------------------------- + +`datasette-auth-existing-cookies `__ allows you to configure Datasette to authenticate users based on existing cookies they may have for the current domain - useful for running Datasette on a subdomain of your main site, for example. See `this blog post `__ for background on the plugin. + +datasette-sentry +---------------- + +`datasette-sentry `__ lets you configure Datasette to send any error reports to `Sentry `__.