

Sometimes you want one less server to manage and Sometimes you just need to get started quickly and you'll Sometimes your database is the real app and is doing Side while leveraging something like Fly.io or Many web apps have a need for scaling equally as much as theĭatabase, and in those cases Crunchy Bridge is a great answer for your database
#Postgres app full
Once we've got an instance provisioned starting Hasura with Postgres ContainerĪpps is as simply as: SELECT run_container('-dt -p 5434:8080/tcp -e HASURA_GRAPHQL_DATABASE_URL="" docker.io/hasura/graphql-engine') Īnd with that I have an up and running Hasura serving up a GraphQL on top of myįirst, let's get this out of the way – container apps is not a full fledged PaaS Hasura, but starting with Crunchy Bridge then plugging Time comes to scale your Hasura app we recommend taking a look at fully managed Hasura provides an instant GraphQL API overĪll your data, which makes it easy to prototype and build apps faster. How about an API for your database?īuilding an app and starting with the schema first? Want to expose that to yourįrontend developers, enter Hasura.

Here's what founder of pganalyze, Lukas Fittl, had to say: Love is pganalyze as it's specialized just for Requests similar to, "How do I monitor my database with New Relic?" One tool we Dead simple Postgres monitoringĬrunchy Bridge does a lot for you in keeping your database healthy and active,īut there are a lot of monitoring tools that help you go deeper. Partners, to ensure we've got as smooth a developer experience as we can create. In the early development of Postgres Container Apps we worked with a few launch
#Postgres app free
Otherwise, feel free to read on to get a feel for some of the use cases that If you're curious to get started, feel free to jump over to Stop a container SELECT stop_container('').See the logs of a container SELECT container_logs('').List all containers with SELECT list_containers().Start a container with SELECT run_container(' ').Running monitoring agents for extra visibility into your database (examplesĬontainer apps is powered by the Crunchy Data built pgpodman extension.Turnkey admin/data management and reporting tools (examples such as Pgweb,.Turnkey APIs that sit on top of a Postgres database (examples such as.There are a few great use cases we're excited for actually: If you're anything like those who got early preview access you may be thinking Or more interestingly with it here is all It's as simple as that, and now I can connect directly to my pg_featureserv at: SELECT run_container('-dt -p 5435:7800/tcp -e DATABASE_URL= docker.io/pramsey/pg_featureserv:latest') Look of how we can spin up a Postgres featureserv: CREATE EXTENSION pgpodman That is running right alongside your Postgres database. With Postgres Container Apps you can,įrom directly inside Postgres with a simple function call, spin up a container Your Postgres databases on Crunchy Bridge.

Today, I'm excited to announce the public beta of Postgres Container Apps for
