Found 538 results for "gitana 4.0 engine api datatypes directory"

The search executed in 0.003541043 seconds. That's fast.

Gitana / 4.0 / Developers / Application Server / Tags / @form

Render Cloud CMS forms using Alpaca Forms by defining the type and form key. Learn implementation with examples and parameters for customization.

Score: 1.3381408

Gitana / 4.0 / Developers / Frameworks / Postman

Learn how to connect to Cloud CMS using Postman with our detailed guide and step-by-step instructions.

Score: 1.3320242

Cloud CMS Architecture

Cloud CMS has two clusters that we run for customers who host apps with us. One cluster is for the "app server" tier (*.cloudcms.net) and the other is the "API" tier (api.cloudcms.com). The app server cluster consists of Node.js servers, and the API is a Java-backend that is stateless and implements the full REST API: As such, the API doesn't manage connections directly. Any invocation to it is a one-shot where each request contains everything needed to assert the user's identity and proceed wit

Score: 1.3200675

Gitana / 4.0 / Reference / Types / Platform

Access Cloud CMS data stores and platform-scoped objects with authentication for robust data management and development.

Score: 1.3157206

How does Cloud CMS compare to Contentful?

Not sure which CMS is a better fit? Review these points to help guide your selection. Criteria Cloud CMS Contentful Ease of Use Implements a role-based UI to accommodate various functions. Simple user interface for defining content types and instances. Update Strategy Documents are published individually, or as part of larger change sets. Documents are published one-by-one. Workflow Process Flexible workflow capability. Allows teams and roles to be created along with a workflow designer for defi

Score: 1.3137448

Gitana / 4.0 / Self Managed / Containers / UI Server

Optimize your Cloud CMS UI Server with extensible Node.js features and environment configurations for seamless API integration.

Score: 1.3110534

Comparison: Cloud CMS vs Contentful

Looking for the best CMS online? Review these points to help guide your headless CMS selection. Criteria Cloud CMS Contentful Ease of Use Implements a role-based UI to accommodate various functions. Simple user interface for defining content types and instances. Flexibility JSON schema with types and associations that you can continually evolve in-place. Basic content model only, difficult to change once configured Update Strategy Documents are published individually, or as part of larger change

Score: 1.3068888

Gitana / 3.2 / Guide / Guide / Features / Indexable

Optimize your content indexing with Cloud CMS's f:indexable feature, offering flexible search management via ElasticSearch, custom paths, and scheduling.

Score: 1.3048308

Gitana / 4.0 / Content Engine / Aspects / Indexable

Optimize your content indexing with Cloud CMS's f:indexable feature, ensuring efficient search and performance with customized options.

Score: 1.3048308

Gitana / 3.2 / Guide / Guide / Docker / Kits

Download Cloud CMS Docker Kits for pre-built configurations, API setup, and more. Ideal for quick deployment and versatile references.

Score: 1.2983233

Gitana / 4.0 / Self Managed / Kits / Overview

Explore Cloud CMS Docker kits for pre-built configurations, from quick starts to OEM, designed to simplify deployment and improve performance.

Score: 1.2983233

Proxy API calls

Whenever a resulting URL looks something like: https://api.cloudcms.com/repositories/f0fb4efd3de07c54420a/branches/9bcdbfea8f2d900f0387/nodes//attachments/thumb.jpg It works great as an API URL but not necessarily as one that can be resolved by the end user's browser. In a typical Node.js-based architecture, you have the User’s browser Node.js application server Cloud CMS backend API The URL generated above is the URL directly to the resource in the backend API. What you really would pre

Score: 1.2975172

Single Sign On (SSO)

Cloud CMS introduces a Single Sign-On service that will make it easy for the users to connect using their already existing business accounts. Cloud CMS supports two Enterprise SSO features – SAML 2.0 and JWT. These are two popular SSO mechanisms that work with many commercial and open-source identity providers including Microsoft Active Directory Federation Services (ADFS), JBoss Keycloak etc. Using SAML 2.0 and JWT, Cloud CMS can be easily integrated with your corporate security infrastructure.

Score: 1.2942667

Gitana / 3.2 / Guide / Guide / API / Data Types / Registrar

Manage tenant and plan data with our customizable registrar, featuring writable properties and advanced query options for optimal configuration.

Score: 1.2915248

Gitana / 3.2 / Guide / Guide / API / Data Types / Repository

A repository is a versatile data store with versioning, configuration options, and support for various content types and services.

Score: 1.2915248

Gitana / 3.2 / Guide / Guide / API / Data Types / Vault

Securely manage your data with our Vault, offering reliable backup, replication, and export solutions, complete with robust configuration options.

Score: 1.2915248

Gitana / 3.2 / Guide / Guide / API / Data Types / Web Host

Manage your web hosts effortlessly with detailed configuration, properties, and examples for creation, update, and query operations.

Score: 1.2915248

Supporting large binary files

Cloud CMS offers a few different ways for you to store files - including storing them in S3 (recommended) or even on a local partition (such as an NFS mount). In our SaaS offering, everything is stored in S3 automatically and when you install on-premise, you can configure this to your preference. See this documentation page under Binary Storage: https://www.cloudcms.com/documentation/docker/configuration/api-server.html We definitely can handle large binary files in the 10's or 100's of megabyte

Score: 1.2864087

Gitana / 3.2 / Guide / Guide / Docker / Configuration / UI Server

Cloud CMS UI Server is a Node.js app within Docker, supporting extensible environment configurations.

Score: 1.2816379

REST based access calls

The authentication mechanism in Cloud CMS is OAuth 2.0. While you can use any of the flows, the easiest one to begin with is "password". We've outlined a basic example here using Advanced REST Client to show our API-first platform in action. First, from your Cloud CMS platform home page, navigate to "Manage Platform" and select the "API Keys" section to list all available projects for remote access: If you have no keys for your project then create a new "Application" from "Manage Platform" and t

Score: 1.2791712

Gitana / 3.2 / Guide / Guide / Bulk Import / CSV

Easily import and manage CSV data in Cloud CMS using the Bulk Import tool, with examples from the 2014 World Cup Finals.

Score: 1.2730573

Gitana / 4.0 / Content Engine / Bulk Import / CSV

Import CSV data effortlessly into Cloud CMS with our Bulk Import tool. Perfect for World Cup match data or any CSV file.

Score: 1.2730573

Gitana / 3.2 / Guide / Guide / Deployment / Deployment Handlers / Remote Deployment Handler

Effortlessly deploy to remote servers with our Remote Deployment Handler, supporting secure authentication and easy integration.

Score: 1.2663748

Gitana / 4.0 / Content Engine / Deployment / Deployment Handlers / Remote Deployment Handler

Effortlessly deploy to remote servers with our Remote Deployment Handler, supporting secure authentication and easy integration.

Score: 1.2663748

Recommended Cloud CMS architecture

In general, we recommend a three-tier architecture (browser -> app server -> API) for any applications you build. This would be our recommendation whether you're using Cloud CMS or anyone else. There are a few good reasons: The browser is an insecure runtime. Exposing any API keys within the browser is a very big security hole. Even exposing credentials within the browser (such as within a cookie) for the sake of working around this is also not recommended since hackers can siphon off the creden

Score: 1.262904