You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Model, automate, and orchestrate business processes across applications, services, and data."
314
+
},
315
+
{
316
+
id: "ci-cd",
317
+
categoryAliases:["jenkins"],
318
+
label: "Continuous Integration & Deployment",
319
+
description: "Automate the build, test, and deploymeant of your application with each new code revision."
320
+
},
321
+
{
322
+
id: "datastore",
323
+
categoryAliases: ["database","datagrid"],
324
+
label: "Data Stores",
325
+
description: "Store and manage collections of data."
326
+
},
327
+
{
328
+
id: "messaging",
329
+
label: "Messaging",
330
+
description: "Facilitate communication between applications and distributed processes with a messaging server."
331
+
},
332
+
{
333
+
id: "integration",
334
+
label: "Integration",
335
+
description: "Connect with other applications and data to enhance functionality without duplication."
336
+
},
337
+
{
338
+
id: "single-sign-on",
339
+
categoryAliases: ["sso"],
340
+
label: "Single Sign-On",
341
+
description: "A centralized authentication server for users to log in, log out, register, and manage user accounts for applications and RESTful web services."
0 commit comments