Resources
In JetDeploy you can create different kind of services that allow you to store your data and run your web application to serve your clients.
Our supported services are:
Apps
Putting it simply, in JetDeploy world an App is a running instance of your web-app, built from your source code and containerized using your application runtime.
Connect your App with one or more services below you can create with e few clicks!
Create new Apps!
SQL Databases
A SQL database is a dedicated DBMS engine instance you can use to store your data. If your web-app is backed by a database like PostgreSQL, MariaDB or other relational DBMS, this kind of service is the right choice for you.
Create a SQL Database!
No-SQL Databases
A No-SQL database is usually related to a non-tabular database engine. With this kind of service you can run your dedicated instance of Opensearch.
Create a No-SQL Database!
In-Memory DB
An In-Mememory DB refers to a database sytem that rely primarily on memory for data storage. This service, like Redis or Memcached, is mostly used for caching or to speed up specific tasks of your web application.
Depending on how your application is made up, you may also benefit from this kind of services.
Create an In-Memory DB!
Message Brokers
A Message Broker refers to a software component used for applications to communicate with each other. It provides the exchange of information between applications by transmitting messages received from the producer to consumer.
With this kind of service you simplify coding of decoupled applications, make communication asynchronous between your components while improving performance, reliability and scalability.
Create a Message Broker!