Deliver Data in Minutes
Build APIs in minutes to deliver data in real-time from operational databases, data lakes and web services.
Reduce spend, gain agility, and achieve your goals faster.


Why RAW is different
- Low-code with ready recipes
- Query data at source – no copying
- Serverless platform
- CI/CD with GitHub integration
- Best-in-class IDE
- Secure Data Sharing
- OpenAPI support
- API Catalog
Tech Ops
Query cloud logs in place, across different platforms without moving and transforming data first. Get answers faster, with less code and effort.
Deploy in One Click Nowlet cpu_utilization(ec2_id: string, start: timestamp, end: timestamp) = let request = Aws.SignedV4Request( ..., Metric: { Namespace: "AWS/EC2", MetricName: "CPUUtilization", Dimensions: [ { Name: "InstanceId", Value: ec2_id } ] }, ... in Json.Read(request), start = Timestamp.ToUnixTimestamp( Timestamp.Build(2022, 10, 18, 12, 0) ), end = start + Interval.Days(1) in cpu_utilization("i-05fc19336963317d2", start, end)
Mock API
Build a fast and flexible Mock API to serve data in a few lines of code – this could be from a static file source, a database or simply hard-coded to start with.
Deploy in One Click Nowmain(id: int) = let players = [ { id: 1, name: "Stephen Curry", age: 34, championships: [2015, 2017, 2018, 2022] }, { id: 2, name: "LeBron James", age: 37, championships: [2012, 2013, 2016, 2020] }], match = List.First(matches, p -> p.id == id) in if Nullable.IsDefined(match) then match else Error.Build("Unknown identifier")
Easy integration
Query, join and transform files, databases or APIs without glue-code or external libraries. RAW makes it fast and simple, allowing you to concentrate on value-added tasks.
Deploy in One Click Nowlet trips = PostgreSQL.InferAndRead( "raw", "example", "trips", host = "postgres1", username = Environment.Secret("psql-user"), password = Environment.Password("psql-pass") ), airports = Csv.InferAndRead( "https://raw-tutorial.s3.eu-west-1.amazonaws.com/airports.csv") in Collection.EquiJoin(trips, airports, trip -> trip.destination, airport -> airport.iata_faa)
Customer Stories
1000’s of datasets into APIs
“Our data delivery has moved light years forward from Excel spreadsheets to APIs – so many more use cases appear”
5 SaaS platforms into one dashboard
“Our whole business is now visible in real-time as a single view” – we now make data-driven decisions and no longer wait days to see results”
20 supply chains connected
”We can give each of our suppliers a tailored view of the supply chain to improve logistics and forecasting”