https://github.com/betatim/binder-datasette
Tools to create a datasette for mybinder.org
https://github.com/betatim/binder-datasette
Last synced: about 2 months ago
JSON representation
Tools to create a datasette for mybinder.org
- Host: GitHub
- URL: https://github.com/betatim/binder-datasette
- Owner: betatim
- License: bsd-3-clause
- Created: 2020-03-23T21:55:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-19T10:30:48.000Z (over 5 years ago)
- Last Synced: 2024-12-29T17:14:37.986Z (10 months ago)
- Language: Jupyter Notebook
- Homepage: https://binderlytics.herokuapp.com/binder-launches/binder
- Size: 5.86 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# binder-datasette
Tools to create a datasette for mybinder.org
## Try it
https://binderlytics.herokuapp.com/binder-launches/binder
## Create DB
Run the `create-db.ipynb` to create a new database.
## Publish
Use something like `datasette publish heroku binder-launches.db --extra-options="--config facet_time_limit_ms:35000 --config sql_time_limit_ms:35000" --name=binderlytics` to publish the database to heroku.