Meet Xata, a startup with a new take on managed databases. The company runs your database for you and turns it into an API so that you can query and update it from your serverless app. Xata has raised a $5 million funding round. Its product is not yet ready for prime time but the company is sharing details.
Xata seems particularly well suited for Jamstack websites. Jamstack has been a popular way of developing and deploying websites at scale. Popular Jamstack hosting platforms include Netlify, Vercel and Cloudflare Pages.
Applications are deployed on a global edge network and most of the logic is handled by API calls. The result is a website or an application that loads quickly and can handle a lot of traffic.
Deploying a Jamstack website is quite easy as it often integrates tightly with your Git repository. When you commit code changes, serverless platforms take care of deploying your application. Integrating with API-based developer tools is relatively effortless as well as you don’t manage the logic yourself.
For instance, deploying a website with static content and a Stripe checkout module doesn’t require a ton of effort — Stripe manages the payment servers for you. It gets a bit more complicated if you want to use a live database and interact with it. Traditional database software doesn’t rely on API calls across the internet to add a row, search through multiple rows and find data.
Xata is focusing on databases and want to make (Read more...)