Found 454 results for "api datatypes association"

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

Gitana 4.0 / Developers / Frameworks / Next.js

Documentation Reference

Build and deploy static sites with Next.js and Cloud CMS. Easy setup, configuration guides, and example projects included.

Score: 1.3574

Gitana 4.0 / Developers / Frameworks / SvelteKit

Documentation Reference

Build static and hybrid sites effortlessly with SvelteKit and Cloud CMS. Discover tools, API setup, and sample projects to enhance your development.

Score: 1.3574

Cloud CMS Architecture

Support Article

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.3574

Gitana 4.0 / Developers / Frameworks / Gatsby

Documentation Reference

Build static sites effortlessly with Gatsby and Cloud CMS. Connect using our GraphQL plugin and explore examples to jumpstart your project.

Score: 1.3573

Gitana 4.0 / Developers / Frameworks / Nuxt.js

Documentation Reference

Create static sites effortlessly with Nuxt.js and Cloud CMS. Access tools, examples, and the Cloud CMS Nuxt module for seamless content integration.

Score: 1.3573

How does Cloud CMS compare to Contentful?

Support Article

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.3508

Gitana 4.0 / Self Managed / Containers / UI Server

Documentation Reference

Optimize your Cloud CMS UI Server setup with Node.js, Docker, and environment variables for a seamless editorial experience.

Score: 1.3486

My UI modules aren't deploying. What should I check?

Support Article

If you're running an on-premise installation of Cloud CMS and are unable to deploy UI modules via the main user interface, here are a few tips and pointers. Things to consider: 1. When you click on the "Deploy Module" option, your a URL connection is made from the UI server back to the API server. Specifically, it invokes a POST to the route: /oneteam/modules/deploy Check your API side logs or any firewalls or proxies along the way to make sure that an API server receives this call. For example,

Score: 1.3485

Gitana 4.0 / Developers / Frameworks / AngularJS

Documentation Reference

Connect Gitana content to your Angular app easily. Follow step-by-step instructions to set up API Keys and kickstart your project with sample code.

Score: 1.3474

Gitana 4.0 / Developers / Frameworks / React

Documentation Reference

Learn to connect React apps with Cloud CMS. Access API keys, explore bookstore site, and setup using Gitana SDK for seamless content integration.

Score: 1.3474

Gitana 4.0 / Developers / Frameworks / Vue.js

Documentation Reference

Learn to connect Vue.js apps to Cloud CMS with this guide, featuring API key setup and a sample bookstore project for Nuxt.js developers.

Score: 1.3474

Gitana 3.2 / Guide / Guide / Actions / Copy Multiple Nodes

Documentation Reference

Copy multiple nodes and their children in the content graph with customizable configurations, supporting repository and branch IDs.

Score: 1.3421

Gitana 3.2 / Guide / Guide / Actions / Copy Node

Documentation Reference

Copy a node and its children in your content graph with precise configuration options for seamless integration.

Score: 1.3421

Gitana 3.2 / Guide / Guide / Deployment / Deployment Handlers / FTP Deployment Handler

Documentation Reference

Effortlessly deploy packages to S/FTP servers with FTP Deployment Handler. Supports URL-based configuration, secure credentialing, and custom mappings.

Score: 1.3421

Gitana 3.2 / Guide / Guide / Deployment / Deployment Handlers / Amazon S3 Deployment Handler

Documentation Reference

Streamline your Amazon S3 deployments with our handler, ensuring efficient, sequential deployment of your packages with robust mapping features.

Score: 1.3421

Gitana 4.0 / Content Engine / Access Policies / Conditions / Reference

Documentation Reference

Learn how to use reference conditions in Cloud CMS to assign policies with regular expressions, focusing on specific or wildcarded entity references.

Score: 1.3421

Gitana 4.0 / Content Engine / Behaviors / Actions / Copy Multiple Nodes

Documentation Reference

Copy multiple nodes and their children in the content graph with customizable configurations, supporting repository and branch IDs.

Score: 1.3421

Gitana 4.0 / Content Engine / Behaviors / Actions / Copy Node

Documentation Reference

Copy a node and its children in your content graph with precise configuration options for seamless integration.

Score: 1.3421

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

Documentation Reference

Effortlessly deploy packages to S/FTP servers with FTP Deployment Handler. Supports URL-based configuration, secure credentialing, and custom mappings.

Score: 1.3421

Gitana 4.0 / Content Engine / Deployment / Deployment Handlers / Amazon S3 Deployment Handler

Documentation Reference

Streamline your Amazon S3 deployments with our handler, ensuring efficient, sequential deployment of your packages with robust mapping features.

Score: 1.3421

Gitana 3.2 / Guide / Guide / Docker / Container Services / Amazon ECS

Documentation Reference

Optimize deployment and scaling of containerized apps on AWS with Amazon ECS and Gitana SDK for best practices and configurations.

Score: 1.3363

Gitana 3.2 / Guide / Guide / Docker / Kits

Documentation Reference

Download pre-built Cloud CMS Docker kits for common scenarios, ideal for quick setup or as a configuration reference. Explore our resources now.

Score: 1.3356

Gitana 4.0 / Self Managed / Kits

Documentation Reference

Explore Cloud CMS Docker Kits for pre-built, user-friendly configurations to quickly deploy APIs, UI, and more with ease using Docker and Docker Compose.

Score: 1.3356

Proxy API calls

Support Article

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.3344

Supporting large binary files

Support Article

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.3231