datasette-io
Here are 36 public repositories matching this topic...
Right now the look up tables created as a result of #17 always use string is the value type. If an explicit type has been set using --shape that type should be obeyed.
CLI tool for exporting tables or queries from any SQL database to a SQLite file
-
Updated
Dec 4, 2019 - Python
Say you want to fetch Twitter profiles for a list of accounts that are stored in another database:
$ twitter-to-sqlite users-lookup users.db --attach attending.db \
--sql "select Twitter from attending.attendes where Twitter is not null"
The SQL query you feed in is expected to return a list of screen names suitable for processing further by the command.
Should be supported b
Datasette plugin and ASGI middleware that authenticates users against GitHub
-
Updated
Dec 7, 2019 - Python
Datasette plugin that shows a cluster map for any data with latitude/longitude columns
-
Updated
Nov 23, 2019 - JavaScript
User profiles that are fetched from e.g. stargazers (#4) are incomplete - they have a login but they don't have name, company etc.
Add a incomplete
boolean flag to the users
table to record this. Then later I can add a backfill-users
command which loops through and fetches missing data for those incomplete profiles.
Create a SQLite database containing your checkin history from Foursquare Swarm
-
Updated
Nov 11, 2019 - Python
Datasette plugin for working with Apple's binary plist format
-
Updated
Nov 11, 2019 - Python
Datasette plugin for configuring CORS headers
-
Updated
Nov 11, 2019 - Python
Datasette plugin that adds a .atom output format
-
Updated
Dec 3, 2019 - Python
Datasette plugin that adds a custom SQL function for executing jq expressions against JSON values
-
Updated
Nov 11, 2019 - Python
Right now we attempt to load everything at once - which caps out at 5,000 items and is really slow.
We can do better by implementing pagination using count and offset.
Datasette plugin adding SQL functions for fuzzy text matching powered by Jellyfish
-
Updated
Nov 11, 2019 - Python
Tool for running transformations on columns in a SQLite database
-
Updated
Nov 19, 2019 - Python
Datasette plugin for rendering HTML based on JSON values
-
Updated
Dec 5, 2019 - Python
Datasette plugin that pretty-prints any column values that are valid JSON objects or arrays
-
Updated
Dec 5, 2019 - Python
My knowledge of genetics has left me short here. I'd love to be able to provide some interesting example SELECT queries - maybe one that spots if you are likely to have red hair?
Datasette plugin for rendering binary data
-
Updated
Nov 11, 2019 - Python
Datasette plugin for executing SQL queries from templates
-
Updated
Nov 22, 2019 - Python
Datasette plugin that adds a custom SQL function for executing matches using the Rust regular expression engine
-
Updated
Nov 11, 2019 - Python
Datasette plugin for rendering Markdown
-
Updated
Nov 15, 2019 - Python
Plugin for selectively rendering the HTML is specific columns
-
Updated
Nov 11, 2019 - Python
Improve this page
Add a description, image, and links to the datasette-io topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the datasette-io topic, visit your repo's landing page and select "manage topics."
See this conversation: https://twitter.com/psychemedia/status/1199707352540368896