Software Alternatives & Reviews

Show HN: Query SQLite files stored in S3

Observable Amazon Athena
  1. Interactive code examples/posts
    Pricing:
    • Open Source

    #Data Visualization #Data Dashboard #Data Science Notebooks 284 social mentions

  2. Amazon Athena is an interactive query service that makes it easy to analyze data in Amazon S3 using standard SQL. Athena is serverless, so there is no infrastructure to manage, and you pay only for the queries that you run.
    > attempting to square-peg-round-hole something like this into AWS S3 I don't think it's like that. AWS already offers services like S3 Select[0] or Athena[1] that do something similar. > the user is merely invited to retry Another reason why I used s3fs instead of manually making requests. > Why not just use the right tool for the job? I certainly have multiple uses-cases where creating an SQLite database locally and distributing it via S3 (for read-only usage) is orders of magnitude more convenient than the alternatives. It's hard to beat the developer experience of a local SQLite database. [0]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_SelectObjectContent.html [1]: https://aws.amazon.com/athena/.

    #Data Analysis #ETL #Business Intelligence 20 social mentions

Discuss: Show HN: Query SQLite files stored in S3

Log in or Post with