Listing Thumbnail

    Datasette | Support by cloudimg

     Info
    Sold by: cloudimg 
    Deployed on AWS
    Free Trial
    AWS Free Tier
    This product has charges associated with it for seller support. Datasette, the open source tool for exploring and publishing data, preinstalled in a dedicated virtual environment and run as a system service behind an authenticating nginx proxy. A demo database ships ready to explore and a unique admin password is generated on first boot. Backed by 24/7 cloudimg support.

    Overview

    Open image

    This is a repackaged open source software product wherein additional charges apply for cloudimg support services.

    Overview Datasette is an open source multi tool for exploring and publishing data. It takes one or more SQLite databases and instantly publishes them as a browsable, searchable web interface with a faceted UI and a full JSON API over every table and query, so anyone can explore your data in a browser or query it programmatically. This image delivers Datasette fully installed in a dedicated virtual environment and run as a system service, so a working data explorer is serving within minutes of launch.

    Application Stack Datasette installed into a dedicated Python virtual environment under /opt/datasette and run by an unprivileged service account. The served databases directory, holding the SQLite files Datasette publishes, stored on a dedicated data disk so it is independently resizable. A systemd service that starts Datasette on boot and restarts it on failure. An nginx reverse proxy that publishes the interface on port 80 behind HTTP Basic authentication.

    Ready To Explore Demo Database A demo SQLite database ships at /var/lib/datasette/demo.db with a couple of tables and sample rows, so the interface is non empty out of the box and you can immediately browse tables, run filters, drill into facets and call the JSON API. It shows what Datasette looks like serving real data and gives you a working example. Copy your own .db files into the data directory and restart the service to publish them.

    Secure First Boot On the first boot of your instance a one shot service generates a fresh admin password, unique to that instance, writes it into the nginx credentials file and writes the password to a root only file. The Datasette process itself binds to loopback only and is never exposed without authentication. No shared or default credentials ship in the image.

    Explore And Publish Data Datasette renders every table as a filterable, sortable, facetable web page and exposes the same data and any custom SQL query as JSON, so it doubles as an instant read only API over your SQLite data. The databases are served read only, the safe default for a published data appliance, so the interface is ideal for sharing datasets, internal data catalogues and reproducible data publishing.

    cloudimg Support 24/7 technical support by email and chat. Help with deployment, loading your own databases, plugins, faceting and full text search, the JSON API, TLS and authentication.

    Use Cases Publishing open data and datasets for the public or a team to explore. An instant browsable interface and JSON API over any SQLite database. Internal data catalogues and reporting. Sharing the results of a data analysis as a reproducible, queryable site. Self hosted data exploration without building a front end.

    All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.

    Highlights

    • Datasette preinstalled in a dedicated Python virtual environment and run as a systemd service behind an authenticating nginx proxy, serving a ready to explore demo database with a faceted web UI and a JSON API on port 80, no manual setup required
    • Instantly publishes any SQLite database as a browsable, searchable, facetable web interface with a JSON API over every table and query; the served databases live on a dedicated independently resizable data disk and you add your own .db files
    • Hardened first boot generates a fresh admin password for every instance and stores it in a file only the root user can read, the process binds to loopback only, with 24/7 technical support from cloudimg

    Details

    Sold by

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    Ubuntu 24.04

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Free trial

    Try this product free for 7 days according to the free trial terms set by the vendor. Usage-based pricing is in effect for usage beyond the free trial terms. Your free trial gets automatically converted to a paid subscription when the trial ends, but may be canceled any time before that.

    Datasette | Support by cloudimg

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time. Alternatively, you can pay upfront for a contract, which typically covers your anticipated usage for the contract duration. Any usage beyond contract will incur additional usage-based costs.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.
    If you are an AWS Free Tier customer with a free plan, you are eligible to subscribe to this offer. You can use free credits to cover the cost of eligible AWS infrastructure. See AWS Free Tier  for more details. If you created an AWS account before July 15th, 2025, and qualify for the Legacy AWS Free Tier, Amazon EC2 charges for Micro instances are free for up to 750 hours per month. See Legacy AWS Free Tier  for more details.

    Usage costs (800)

     Info
    • ...
    Dimension
    Description
    Cost/hour
    t3.medium
    Recommended
    t3.medium
    $0.04
    t3.micro
    t3.micro instance type
    $0.04
    t2.micro
    t2.micro instance type
    $0.04
    m8i-flex.8xlarge
    m8i-flex.8xlarge instance type
    $0.24
    r5d.16xlarge
    r5d.16xlarge instance type
    $0.24
    r8idb.16xlarge
    r8idb.16xlarge instance type
    $0.24
    c7i.metal-24xl
    c7i.metal-24xl instance type
    $0.24
    r7a.xlarge
    r7a.xlarge instance type
    $0.12
    m5zn.metal
    m5zn.metal instance type
    $0.24
    c6a.2xlarge
    c6a.2xlarge instance type
    $0.24

    Vendor refund policy

    Refunds available on request.

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    64-bit (x86) Amazon Machine Image (AMI)

    Amazon Machine Image (AMI)

    An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.

    Version release notes

    Initial release of Datasette 0.65.2 with a ready-to-explore demo database behind an authenticating nginx proxy.

    Additional details

    Usage instructions

    Connect via SSH on port 22 as the default login user for your operating system variant (the user guide lists it per variant). The Datasette interface is served on port 80: browse to http://<instance-public-ip>/ and sign in with user admin and the generated password. Retrieve the credentials with: sudo cat /root/datasette-credentials.txt. nginx reverse-proxies port 80 to the Datasette process on 127.0.0.1:8001 behind HTTP Basic auth. A demo database ships at /var/lib/datasette/demo.db; add your own SQLite databases by copying .db files into /var/lib/datasette and then run: sudo systemctl restart datasette.service. Databases are served read-only by default. Install Datasette plugins into the bundled virtual environment with: sudo /opt/datasette/venv/bin/datasette install <plugin>, then restart the service. The served-databases directory lives on a dedicated data disk mounted at /var/lib/datasette.

    Resources

    Vendor resources

    Support

    Vendor support

    cloudimg provides 24/7 technical support for this product by email and live chat. Our engineers help with deployment, configuration, updates, performance tuning and troubleshooting; critical issues receive a one hour average response. Contact support@cloudimg.co.uk .

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.