<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>application Archives | Clever Cloud</title>
	<atom:link href="https://www.clever.cloud/blog/tag/application/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.clever.cloud/blog/tag/application/</link>
	<description>From Code to Product</description>
	<lastBuildDate>Tue, 24 Oct 2023 09:07:30 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://cdn.clever-cloud.com/uploads/2023/03/cropped-cropped-favicon-32x32.png</url>
	<title>application Archives | Clever Cloud</title>
	<link>https://www.clever.cloud/blog/tag/application/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Intro to Clever Cloud-Driven Development</title>
		<link>https://www.clever.cloud/blog/engineering/2016/10/12/clever-cloud-driven-developement/</link>
		
		<dc:creator><![CDATA[Clément Nivolle]]></dc:creator>
		<pubDate>Wed, 12 Oct 2016 16:56:00 +0000</pubDate>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[workflow]]></category>
		<guid isPermaLink="false">https://www2.cleverapps.io/wp/blog/technology/2016/10/12/clever-cloud-driven-developement/</guid>

					<description><![CDATA[<p><img width="1400" height="540" src="https://cdn.clever-cloud.com/uploads/2021/08/ccdd.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="ccdd" decoding="async" fetchpriority="high" srcset="https://cdn.clever-cloud.com/uploads/2021/08/ccdd.png 1400w, https://cdn.clever-cloud.com/uploads/2021/08/ccdd-300x116.png 300w, https://cdn.clever-cloud.com/uploads/2021/08/ccdd-1024x395.png 1024w, https://cdn.clever-cloud.com/uploads/2021/08/ccdd-768x296.png 768w, https://cdn.clever-cloud.com/uploads/2021/08/ccdd-1368x528.png 1368w" sizes="(max-width: 1400px) 100vw, 1400px" /></p><p>In ancient times, developers weren&#39;t able to be just developers. They had to be experts in computer networking and development platforms as well.</p>
<span id="more-2807"></span>

<p>Great ideas had to sit on the sidelines and wait. You had to build out a sandbox to play in before you started coding. If you wanted to use Ruby (on or off Rails), you had to start with something like Ruby Version Manager (RVM) to set up the server space you needed. If you decided that Node.JS was a better fit for your next application, you would have to tear it all down and go get Node Version Manager (NVM) from GitHub. Obviously, people couldn&#39;t live that way for long.</p>
<h2 id="the-dawn-of-reason">The Dawn of Reason</h2>
<p>Platform as a Service (PaaS) providers started popping up about a decade ago and civilization took off from there. Now developers worry about development and the host manages the OS, the software stack, the runtime, the servers, virtualization and storage. That problem then became that PaaS providers were too narrow in their focus.</p>
<p>That&#39;s when Clever Cloud Driven Development (CCDD) was born. It evolved the concept of PaaS and made it polyglot. That means that now you have the freedom to work in any of your preferred runtimes (Docker, PHP, Scala, etc.) and have access to your favorite services (MongoDB, PostgreSQL, Redis, etc.). Now, instant access to those capabilities can be deployed with a simple git push.</p>
<h2 id="tell-me-how">Tell Me How</h2>
<p>One of the tricks that do the magic is the <a href="https://github.com/CleverCloud/clever-tools">Clever Tools™</a>, the official and open-source CLI. Installing it allows the rest of us to use Clever Cloud deploying without leaving the terminal. And that&#39;s pretty awesome.</p>
<blockquote>
<p>…deploying without leaving the Terminal.</p>
</blockquote>
<p>Here the quickstart to install and use it without leaving this page: open your term and paste this:</p>
<pre><code class="language-bash"># Do this once, and forget about it
npm install -g clever-tools &amp;&amp; install-clever-completion &amp;&amp; clever login

# Go to your workDir
# For the Terminalesque ones, create your app without touching a mouse
clever create -t node &quot;My Great Application&quot;
clever deploy
## PROFITT
clever open
## Grep logs as in ye olden days
clever logs --before 2016-10-13 | grep &quot;undefined is not a function&quot;
</code></pre>
<h2 id="what-to-do-with-all-the-extra-time">What to Do With All the Extra Time</h2>
<p>CCDD is not merely a convenience. It actually <em>makes the app world a better place</em>™. It allows developers to do a better job at continuous delivery. When you don&#39;t have to set up and maintain your local environment, your time is freed up to create the additional features that customers want or concentrate on performance tuning.</p>
<p>You don&#39;t need to manage your sandboxes for dev and production. CCDD can update your apps in production with no downtime and assure that they will automatically self-heal and redeploy after a crash.</p>
<p>For lean startups and small developer teams, CCDD means scalability from day one. You don&#39;t need to invest in more servers to handle spikes in traffic if you suddenly someone says something nice about you on Hacker News (one can only hope). CCDD scales horizontally and vertically as needed in an instant.</p>
<p>Every developer deserves top-of-the-line security and reactive monitoring. CCDD is built to handle the infrastructure while you handle the accolades.</p>
]]></description>
										<content:encoded><![CDATA[<p><img width="1400" height="540" src="https://cdn.clever-cloud.com/uploads/2021/08/ccdd.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="ccdd" decoding="async" srcset="https://cdn.clever-cloud.com/uploads/2021/08/ccdd.png 1400w, https://cdn.clever-cloud.com/uploads/2021/08/ccdd-300x116.png 300w, https://cdn.clever-cloud.com/uploads/2021/08/ccdd-1024x395.png 1024w, https://cdn.clever-cloud.com/uploads/2021/08/ccdd-768x296.png 768w, https://cdn.clever-cloud.com/uploads/2021/08/ccdd-1368x528.png 1368w" sizes="(max-width: 1400px) 100vw, 1400px" /></p><p>In ancient times, developers weren&#39;t able to be just developers. They had to be experts in computer networking and development platforms as well.</p>
<span id="more-2807"></span>

<p>Great ideas had to sit on the sidelines and wait. You had to build out a sandbox to play in before you started coding. If you wanted to use Ruby (on or off Rails), you had to start with something like Ruby Version Manager (RVM) to set up the server space you needed. If you decided that Node.JS was a better fit for your next application, you would have to tear it all down and go get Node Version Manager (NVM) from GitHub. Obviously, people couldn&#39;t live that way for long.</p>
<h2 id="the-dawn-of-reason">The Dawn of Reason</h2>
<p>Platform as a Service (PaaS) providers started popping up about a decade ago and civilization took off from there. Now developers worry about development and the host manages the OS, the software stack, the runtime, the servers, virtualization and storage. That problem then became that PaaS providers were too narrow in their focus.</p>
<p>That&#39;s when Clever Cloud Driven Development (CCDD) was born. It evolved the concept of PaaS and made it polyglot. That means that now you have the freedom to work in any of your preferred runtimes (Docker, PHP, Scala, etc.) and have access to your favorite services (MongoDB, PostgreSQL, Redis, etc.). Now, instant access to those capabilities can be deployed with a simple git push.</p>
<h2 id="tell-me-how">Tell Me How</h2>
<p>One of the tricks that do the magic is the <a href="https://github.com/CleverCloud/clever-tools">Clever Tools™</a>, the official and open-source CLI. Installing it allows the rest of us to use Clever Cloud deploying without leaving the terminal. And that&#39;s pretty awesome.</p>
<blockquote>
<p>…deploying without leaving the Terminal.</p>
</blockquote>
<p>Here the quickstart to install and use it without leaving this page: open your term and paste this:</p>
<pre><code class="language-bash"># Do this once, and forget about it
npm install -g clever-tools &amp;&amp; install-clever-completion &amp;&amp; clever login

# Go to your workDir
# For the Terminalesque ones, create your app without touching a mouse
clever create -t node &quot;My Great Application&quot;
clever deploy
## PROFITT
clever open
## Grep logs as in ye olden days
clever logs --before 2016-10-13 | grep &quot;undefined is not a function&quot;
</code></pre>
<h2 id="what-to-do-with-all-the-extra-time">What to Do With All the Extra Time</h2>
<p>CCDD is not merely a convenience. It actually <em>makes the app world a better place</em>™. It allows developers to do a better job at continuous delivery. When you don&#39;t have to set up and maintain your local environment, your time is freed up to create the additional features that customers want or concentrate on performance tuning.</p>
<p>You don&#39;t need to manage your sandboxes for dev and production. CCDD can update your apps in production with no downtime and assure that they will automatically self-heal and redeploy after a crash.</p>
<p>For lean startups and small developer teams, CCDD means scalability from day one. You don&#39;t need to invest in more servers to handle spikes in traffic if you suddenly someone says something nice about you on Hacker News (one can only hope). CCDD scales horizontally and vertically as needed in an instant.</p>
<p>Every developer deserves top-of-the-line security and reactive monitoring. CCDD is built to handle the infrastructure while you handle the accolades.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>New plan and best startup award at Eurocloud!</title>
		<link>https://www.clever.cloud/blog/company/2013/05/21/new-plan-and-best-startup-award-at-eurocloud/</link>
		
		<dc:creator><![CDATA[Adrien Cretté]]></dc:creator>
		<pubDate>Tue, 21 May 2013 00:00:00 +0000</pubDate>
				<category><![CDATA[Company]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Hosting]]></category>
		<guid isPermaLink="false">https://www2.cleverapps.io/wp/blog/technology/2013/05/21/new-plan-and-best-startup-award-at-eurocloud/</guid>

					<description><![CDATA[Version française We are happy to announce our new pricing plans along with some other good news! That&#39;s right, Clever Cloud has just been awarded best startup during the Eurocloud Trophies Fr 2013. A simple plan We have created custom offers in order to perfectly fit the characteristics of each language: from low consumption applications [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><em><a href="#fr">Version française</a></em></p>
<p>We are happy to announce our new pricing plans along with some other good news! That&#39;s right, Clever Cloud has just been awarded best startup during the Eurocloud Trophies Fr 2013.</p>
<h3 id="a-simple-plan">A simple plan</h3>
<p>We have created custom offers in order to perfectly fit the characteristics of each language: from low consumption applications like Node.js to high CPU and RAM users like Java and Scala. The good news is that prices are cheaper with these new plans.  </p>
<p><span id="more-2720"></span></p>
<p>You can now choose a minimal number of scalers (Clever Cloud instances) and more importantly a maximum number of scalers to help manage your costs.</p>
<div style="margin:0 auto 20px; width:600px">
  <a href="https://www2.cleverapps.io/app/uploads/2021/08/console.png" rel="noopener noreferrer" target="_blank"><br />
    <img decoding="async" alt="console" src="https://www2.cleverapps.io/app/uploads/2021/08/console.png"/><br />
  </a>
</div>
<p>Scalers come in many flavours, from tiny to xtra huge, each one with its own amount of RAM and CPU resources.</p>
<h3 id="eurocloud-trophies-fr-clever-cloud-awarded-best-startup">Eurocloud Trophies Fr: Clever Cloud awarded best startup</h3>
<div class="pull-right" style="margin-left:20px; width:200px">
  <a href="https://www2.cleverapps.io/app/uploads/2021/08/eurocloudfr.png" rel="noopener noreferrer" target="_blank"><br />
    <img decoding="async" alt="google developers" src="https://www2.cleverapps.io/app/uploads/2021/08/eurocloudfr.png"><br />
  </a>
</div>
<p>The 8th edition of the General Assembly of the cloud computing was held today in Paris. Same as every year, the event brings all players of the sector, customers and representatives of public authorities.</p>
<p>We attended the event once more, and this year we didn&#39;t come home empty-handed: Clever Cloud has been elected Best French Startup of the Eurocloud Trophies 2013.</p>
<p>This award recognizes our offer which stands out thanks to our innovative products along with the creativity of our service.</p>
<p>Clever Cloud is now in competition on a European scale to defend its title during the next Eurocloud congress.</p>
<p><a id="fr"></p>
<hr>
<p></a></p>
<p><em>French version</em></p>
<p>Nous sommes heureux de vous présenter notre nouvelle offre et les nouveaux tarifs l&#39;accompagnant. Une bonne nouvelle accompagne ce lancement: Clever Cloud vient d&#39;être élue meilleure startup lors des Trophées Eurocloud France 2013</p>
<h3 id="une-offre-plus-simple">Une offre plus simple</h3>
<p>Pour s&#39;adapter parfaitement aux caractéristiques de chaque langage, nous avons créé des offres spécifiques à chaque runtime: des applications consommant peu pour NodeJS au CPU puissant et à la RAM abondante pour Scala et Java.</p>
<p>Il est désormais possible de choisir la configuration la mieux adaptée à vos besoins, directement depuis la console de Clever Cloud.</p>
<div style="margin:0 auto 20px; width:600px">
  <a href="https://www2.cleverapps.io/app/uploads/2021/08/console.png" rel="noopener noreferrer" target="_blank"><br />
    <img decoding="async" alt="console" src="https://www2.cleverapps.io/app/uploads/2021/08/console.png"><br />
  </a>
</div>
<p>Maintenant, l&#39;utilisateur peut choisir un nombre minimal de Scalers (les instances chez Clever Cloud)et surtout un nombre maximal afin de gérer au mieux ses coûts.</p>
<p>Les Scalers arrivent en différents flavors (tailles), de la plus petite (tiny) à la plus grosse (xtra huge), chacune avec son propre montant de ressources en RAM et CPU.</p>
<h3 id="trophées-eurocloud-france-clever-cloud-élue-meilleure-startup">Trophées Eurocloud France: Clever Cloud élue meilleure startup</h3>
<div class="pull-right" style="margin-left:20px; width:200px">
  <a href="https://www2.cleverapps.io/app/uploads/2021/08/eurocloudfr.png" rel="noopener noreferrer" target="_blank"><br />
    <img decoding="async" alt="google developers" src="https://www2.cleverapps.io/app/uploads/2021/08/eurocloudfr.png"><br />
  </a>
</div>
<p>La huitème édition des États Généraux du cloud computing s&#39;est tenue aujourd&#39;hui à Paris. Comme tous les ans, l&#39;évènement rassemble le temps d&#39;une journée l&#39;ensemble des acteurs du secteur, ses clients ainsi que des représentants des pouvoirs publics.</p>
<p>Cette année aussi, nous avons fait le déplacement. Seulement, nous ne sommes pas reparti les mains vides : Clever Cloud a été élue meilleure startup française des Trophées Eurocloud 2013 !</p>
<p>Ce prix récompense notre offre qui se distingue grâce à nos produits innovants mais également la créativité de notre solution.</p>
<p>Clever Cloud est donc maintenant en compétition pour défendre son titre à l’échelle européenne lors du prochain congrès Eurocloud.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>What&#8217;s computer energy ?</title>
		<link>https://www.clever.cloud/blog/company/2013/04/01/computing-energy/</link>
		
		<dc:creator><![CDATA[Clément Nivolle]]></dc:creator>
		<pubDate>Mon, 01 Apr 2013 13:02:34 +0000</pubDate>
				<category><![CDATA[Company]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Hosting]]></category>
		<guid isPermaLink="false">https://www2.cleverapps.io/wp/?p=2999</guid>

					<description><![CDATA[Comment expliquer une chose abstraite avec des mots simples ? Énergie informatique Qu&#8217;est-ce que l&#8217;énergie informatique ? En voilà un concept. Pour être plus précis, il s&#8217;agit plutôt d&#8217;un méta-concept, regroupant différents concepts. Mmh. Ok. Si un prof devait résumer l&#8217;énergie informatique à ses élèves, il pourrait dire qu&#8217;il s&#8217;agit de &#8220;l&#8217;ensemble des moyens mis [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><strong>Comment expliquer une chose abstraite avec des mots simples ?</strong></p>
<h2>Énergie informatique</h2>
<p>Qu&#8217;est-ce que l&#8217;énergie informatique ?</p>
<p>En voilà un concept. Pour être plus précis, il s&#8217;agit plutôt d&#8217;un méta-concept, regroupant différents concepts. Mmh. Ok. Si un prof devait résumer l&#8217;énergie informatique à ses élèves, il pourrait dire qu&#8217;il s&#8217;agit de &#8220;l&#8217;ensemble des moyens mis en oeuvre pour permettre à une application ou un site web de fonctionner de façon optimale.&#8221;</p>
<p><span id="more-2999"></span></p>
<p>Pour illustrer le concept d&#8217;énergie informatique, nous prendrons l&#8217;exemple d&#8217;un moteur thermique (ex: celui d&#8217;une voiture). Ce dernier jouera le même rôle qu&#8217;une application ou qu&#8217;un site web.</p>
<p>Il existe differents types de moteurs, allant du moteur basique à la conception presque archaïque aux moteurs les plus performants (comprenez des sites/applications avec des besoins hétérogènes). En fonction des performances demandées, le carburant sera différent: là ou une voiture de tourisme se contentera d&#8217;un carburant classique, un bolide de course aura besoin d&#8217;un carburant plus raffiné, voir d&#8217;additifs, en partie à cause d&#8217;une mécanique plus pointue. Bien, vous commencez à comprendre le rôle de l&#8217;énergie informatique. Mais dans les deux cas, il est inutile de contruire un véhicule avec un réservoir énorme car cela sera plus onéreux à l&#8217;achat et surtout les capacité de ce résevoir ne seront jamais exploitées. Comprenez par là qu&#8217;il est inutle d&#8217;investir dans un serveur qui ne sera pas exploité (oui, le cloud n&#8217;est jamais très loin).</p>
<p>Maintenant, peu importe le type de moteur. Imaginez vous rouler sur l&#8217;autoroute, à une vitesse de croisière assez raisonnable pour profiter du paysage bucolique et épargner des arrêt trop fréquents à la pompe. C&#8217;est le cas d&#8217;un site ou d&#8217;une app sans réelle saisonnalité ou sans variation de trafic. Dans ce cas, la consommation d&#8217;énergie informatique reste stable et peut même être facilement estimée.</p>
<p>Imaginons désormais que la quiétude de votre trajet vient d&#8217;être rompue. Soit un bouchon se profile à l&#8217;horizon, réduisant votre vitesse de croisière à néant, soit un ersatz hybride d&#8217;Ayrton Senna et de Steve McQueen vient de vous doubler à tombeaux ouvert, ravivant au fond de vous la flamme de la compétition. Il n&#8217;en fallait pas plus pour écraser votre pédale d&#8217;accélérateur et engloutir votre réservoir en quelques kilomètres.<br />
C&#8217;est ce qui peut arriver en cas de forte saisonnalité, de période de soldes ou bien encore lors de ce que l&#8217;on apelle &#8220;l&#8217;effet Techcrunch&#8221;. La charge augmente subitement, sur une période plus ou moins longue.</p>
<p>L&#8217;énergie informatique est donc tout ce que &#8220;consommera&#8221; votre appllication pour fonctionner et pour résister à n&#8217;importe quelle charge.<br />
On parle de charge lorsqu&#8217;un nombre important d&#8217;utilisateurs/visiteurs se rendent sur votre application/site web, augmentant instantanément la consommation en énergie informatique.</p>
<p>La scalabilité est la capacité à ajuster la provision de ces ressources avec la charge qui leur est imposée.<br />
De la gestion de cette scalabilité dépendra les performances globales des applications.</p>
<p>Enfin, le dernier paramètre à prendre en compte pour comprendre le concept d&#8217;énergie informatique est les instances, qui sont des VM (virtual machines) qui hébergent et font tourner le code des applications. Elles existent en 3 tailles (les flavors chez Clever Cloud) représentant différents niveaux de capacité</p>
<p>Enfin, pour clôturer cette approche de l&#8217;énergie informatique, nous aborderons le concept d&#8217;instances qui sont des VM (virtual machines). Pour reprendre notre schéma de l&#8217;automobile, nous avions donc l&#8217;énergie informatique, représentée par le carburant, qui se chargeait de fournir l&#8217;énergie nécessaire à l&#8217;app, ici le moteur. Pour poursuivre cette métaphore, les instances seront représentés par les injecteurs, chargés de transmettre le carburant au moteur (et donc pour les instances de fournir l&#8217;app en énergie informatique). Chaque injecteur/instance a une capacité limité. En clair, si le moteur fonctionne plus rapidement et vient à manquer de carburant, il faudra augmenter le nombre d&#8217;injecteurs. C&#8217;est exactement ce qu&#8217;il se passe avec les instances. À la différence près qu&#8217;augmenter le nombre d&#8217;instances ne nécessite pas forcément un passage par la case &#8220;garage&#8221; puisqu&#8217;en choisissant l&#8217;auto-scale pour une application, le nombre d&#8217;instances s&#8217;ajuste automatiquement.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>New services management</title>
		<link>https://www.clever.cloud/blog/features/2013/03/28/new-services-management/</link>
		
		<dc:creator><![CDATA[Adrien Cretté]]></dc:creator>
		<pubDate>Thu, 28 Mar 2013 00:00:00 +0000</pubDate>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[services]]></category>
		<guid isPermaLink="false">https://www2.cleverapps.io/wp/blog/technology/2013/03/28/new-services-management/</guid>

					<description><![CDATA[French version below It was already possible to link a service to many applications on our console V2 but it wasn&#8217;t clearly mentionned. We&#8217;ve solved this by bringing this brand new feature. Management of services and applications is now done in an independent way. Which means that you can now link the same service to [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><em>French version below</em></p>
<p>It was already possible to link a service to many applications on our <a href="https://api.clever-cloud.com/v2/sessions/login/">console V2</a> but it wasn&#8217;t clearly mentionned. We&#8217;ve solved this by bringing this brand new feature.</p>
<p><span id="more-2842"></span></p>
<div class="center" style="margin: 0 auto 20px; width: 400px;"><img decoding="async" src="https://www2.cleverapps.io/app/uploads/2021/08/console-services.png" alt="services console" /></div>
<p>Management of services and applications is now done in an independent way. Which means that you can now link the same service to different applications.</p>
<p>In other words, the same MySQL database can be linked to applications X, Y and Z.</p>
<p>To make the management of services easier, we also provide a tags system which allows you to identify at a glance which services run with which apps.</p>
<p>This simplified feature runs directly from Organisation</p>
<div class="center" style="margin: 0 auto 20px; width: 550px;"><a href="https://www2.cleverapps.io/app/uploads/2021/08/tags-services.png" target="_blank" rel="noopener noreferrer"><br />
<img decoding="async" src="https://www2.cleverapps.io/app/uploads/2021/08/tags-services.png" alt="tags services" /><br />
</a></div>
<p>Right now, we support PostgreSQL and MySQL but other services (database, search and cache) are planned.</p>
<h3 id="attention">Attention</h3>
<p>This new feature will be available as of next Wednesday,April 3rd. The services created in the old applications will be kept and integrated at the Organisation level, or your personnal account (your name on the navigation bar). To allow you to identify your services previously linked to your application, a tag will be added in its name.</p>
<p><strong>Example</strong> if a mySQL was created in an app called &#8220;MyApp&#8221;, you will find it in Services, with the tag &#8220;MyApp&#8221;, automatically added as of next April 3rd 2013.</p>
<div style="text-align: center;"><object width="560" height="315"><param name="movie" value="http://www.youtube.com/v/6rJ8zQqIhUw?hl=fr_FR&amp;version=3" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/6rJ8zQqIhUw?hl=fr_FR&amp;version=3" type="application/x-shockwave-flash" width="560" height="315" allowscriptaccess="always" allowfullscreen="allowfullscreen" /></object></div>
<p><em>Version française</em></p>
<p>Il était déjà possible d&#8217;associer un service à plusieurs applications sur notre <a href="https://api.clever-cloud.com/v2/sessions/login/" target="_blank" rel="noopener noreferrer">console V2</a> mais ce n&#8217;était pas clairement indiqué. Nous avons remedié à cela en apportant une nouvelle fonctionnalité.</p>
<p>Maintenant la gestion des services et applications se fait de façon indépendante. Cela siginifie que vous pouvez mettre en relation un même service pour différentes applications.</p>
<p>Autrement dit, une même base de données MySQL (service) peut être associée aux applications X, Y et Z.</p>
<p>Pour faciliter la gestion des services, nous avons également mis en place un système de tags qui vous permet d&#8217;identifier en un clin d&#8217;oeil quels services tournent avec quelles apps.</p>
<p>Cette gestion simplifiée s&#8217;execute directement depuis vos Organisations ou votre compte personnel (votre nom dans la barre de navigation). Pour le moment, nous proposons PostgreSQL et MySQL mais d&#8217;autres services (database, search et cache) sont prévus.</p>
<h3 id="attention-1">Attention</h3>
<p>Cette nouvelle feature sera disponible à partir du mercredi 3 avril prochain.</p>
<p>Les services déjà créés dans les applications seront conservés et intégrés au niveau des organisations, ou de votre compte personnel. Pour vous permettre d&#8217;identifier vos services liés auparavant à l&#8217;une de vos applications, un tag au nom de celle-ci sera ajouté.</p>
<p><strong>Par exemple</strong> : Si une mySQL a été créée dans une application appelée &#8220;MonApp&#8221;, vous la retrouverez dans Services, avec le tag &#8220;MonApp&#8221;, ajouté automatiquement à partir du 3 avril 2013.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
