Found 493 results for "docs fields time"

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

Gitana 3.2 / Guide / Guide / UI Developers Guide

Optimize your Cloud CMS user interface with customizable JavaScript and JSON-driven modules for powerful, tailored content management solutions.

Score: 0.9949546

Gitana 4.0 / Developers / User Interface Customization

Optimize your Cloud CMS experience with our guide to enhancing the user interface through customizable JavaScript and JSON configurations.

Score: 0.9949546

Gitana 4.0 / Reference / Types / Deployment Target

Explore our comprehensive guide on Deployment Target objects, including methods, properties, and schema details to accelerate development.

Score: 0.9949546

Gitana 4.0 / Reference / Types / Deployment Strategy

Explore comprehensive API methods and properties for managing deployment strategies on Giganta's platform, enhancing development with language driver support.

Score: 0.9949546

Gitana 4.0 / Reference / Types / Deployment Receiver

Comprehensive guide on Gitana Deployment Receiver: properties, methods, examples, and more to streamline your development.

Score: 0.9949546

Gitana 3.2 / Guide / Guide / Features / Knowledge Recipient

Cloud CMS manages Knowledge Recipient, identifying nodes receiving knowledge properties from a source, ensuring data integrity and association.

Score: 0.9947433

Gitana 4.0 / Content Engine / Aspects / Knowledge Recipient

Cloud CMS manages Knowledge Recipient, identifying nodes receiving knowledge properties from a source, ensuring data integrity and association.

Score: 0.9947433

Pagination options

You can specify pagination options in an optional second argument to the queryNodes function, basically like this: Chain(branch).queryNodes({  "_type": "video:essentials"  }, {  "sort": {  "title": -1  },  "limit": 10,  "skip": 30  }).then(function() {  ...  }); In this example, the results will start at index 30 in the record set and will contain the next 10 entries. The record set is sorted by "title" in a descending order ahead of being returned. If pagination sort isn't provided, then the o

Score: 0.9947433

Cache invalidation via SNS

At present, Cloud CMS can be configured to publish notifications to Amazon SNS. Thus, to take advantage of this, you'd have to first have an Amazon Web Services account and an SNS topic created. Cloud CMS publishes notifications to it. Your topic can then do anything it wants with these notifications. Your cluster can listen for these events and process messages to invalidate cache. Most commonly, people hook the SNS services to the SQS service for queue-based event management. We've chosen this

Score: 0.9947433

Gitana 4.0 / Reference / Types / Vault

Vault stores backups, replications, and exports of data. Manage archives, access control, and development with our API.

Score: 0.98851013

Gitana 3.2 / Guide / Guide / Integrations / Slack

Integrate Slack with Cloud CMS to receive real-time content updates. Learn to set up bots and send Slack messages efficiently.

Score: 0.98559296

Gitana 4.0 / Content Engine / Integrations / Slack

Integrate Slack with Cloud CMS for seamless team communication and get real-time content updates with easy bot setup instructions.

Score: 0.98559296

Gitana 4.0 / Reference / Types / Identity

Explore detailed documentation on Identity objects, properties, methods, and schema within your Gitana directory.

Score: 0.985546

Gitana 3.2 / Guide / Guide / User Interface / Workflow

Optimize team workflow with Cloud CMS's enterprise engine, built on AWS and MongoDB, streamlining notifications, task assignments, and document approval.

Score: 0.98379827

Gitana 4.0 / User Interface / Workflow

Optimize team workflow with Cloud CMS's enterprise engine, built on AWS and MongoDB, streamlining notifications, task assignments, and document approval.

Score: 0.98379827

Requirements for CMS Publishing

What does "publish" mean? In a CMS, publishing means moving content from a draft state to a published version. It will update the content on the published target(s) with the changes made since the last publish date. This sounds simple enough but the requirements for publishing are usually far more complex and interesting. What Publishing must do Publish must work Seems like this is stating the obvious but it is critical. Must be able to confidently publish desired content to the right place and

Score: 0.98379827

Gitana 3.2 / Guide / Guide / API / Data Types / Branch

Explore how branches provide isolated workspaces for projects, allowing changes through changesets with permissions and configuration options.

Score: 0.9834401

Content Services Platform - Gitana

Content Services Platform - Gitana Status Releases Registry Blog Cloud CMS Platform Platform Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Automation Automate your content creation and approval flows while taking advantage of AI services to enhance and cura

Score: 0.9832867

Gitana 3.2 / Guide / Guide / Application Server / Tags / @query

Optimize queries for nodes with customizable parameters to enhance template flexibility, including sorting, caching, and locale for targeted results.

Score: 0.9691876

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

Optimize queries for nodes with customizable parameters to enhance template flexibility, including sorting, caching, and locale for targeted results.

Score: 0.9691876

Create a Role

Cloud CMS lets you create custom roles for your organization. A role provides a mechanism for setting up security and access rights to your content. Roles also play an important part in customizing the user interface. Cloud CMS comes with several roles out of the box. You can also create your own at any time. To create and modify roles, you must be logged in as a manager or an administrator of your platform. Here are the steps to follow: Log into Cloud CMS and either create a project or navigate

Score: 0.96778816

Gitana 3.2 / Guide / Guide / Docker / Maintenance / Health Check / Load Balancers

Optimize your Cloud CMS production environment with efficient load balancers for API and UI, ensuring high availability and reliability.

Score: 0.96648973

Gitana 4.0 / Self Managed / Maintenance / Health Check / Load Balancers

Optimize your Cloud CMS production environment with efficient load balancers for API and UI, ensuring high availability and reliability.

Score: 0.96648973

Content Management as a Microservice

One of the big ideas we pursued when we set out to build Cloud CMS was to design the product so that it was entirely decoupled. Our vision was to have a number of discrete tiers that would consist of either single servers or clusters of servers dedicated to a single class of problems. For example, the Content API tier is dedicated to powering our JSON API. It does nothing else but receive requests, execute them and hand back JSON data responses. It had nothing to do with presentation or renderin

Score: 0.9602854

How we use Docker at Cloud CMS

At Cloud CMS, we use Docker to provision our cloud infrastructure servers on top of Amazon Web Services. Our stack consists of five different clusters: Cloud CMS API Cloud CMS UI Cloud CMS App Server for Dynamic Hosting Elastic Search MongoDB With the exception of MongoDB, all of these clusters are allocated using elastic load balancing and are architected in such a way that we can spin up new servers and tear down old ones with elastic demand. That is to say, they are fully elastic in design. T

Score: 0.9602854