home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 586449286

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/673#issuecomment-586449286 https://api.github.com/repos/simonw/datasette/issues/673 586449286 MDEyOklzc3VlQ29tbWVudDU4NjQ0OTI4Ng== 9599 2020-02-14T19:56:00Z 2020-02-14T19:57:17Z OWNER

I tried to make the smallest SpatiaLite database file I could (to use for the tests), but it ended up over 5MB! $ echo '{"type":"Feature","properties":{"name":"Hearst Castle"},"geometry":{"type":"Point","coordinates":[-121.1686,35.685]}}' | geojson-to-sqlite /tmp/hearst.db places - --spatialite $ ls -lah /tmp/hearst.db -rw-r--r-- 1 simonw wheel 5.3M Feb 14 11:54 /tmp/hearst.db I imagine that's because of these tables:

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
565518772  
Powered by Datasette · Queries took 0.938ms · About: github-to-sqlite