Found 859 results for "services content query"

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

Gitana 3.2 / Guide / Guide / Recognition

Automatically process and recognize faces, text, and more in images with Cloud CMS for enhanced search and analysis.

Score: 1.6901627

Gitana 4.0 / Content Engine / Services / Recognition

Enhance image analysis with Cloud CMS Recognition, detecting faces, text, and more automatically for better content insights.

Score: 1.6901627

Gitana 3.2 / Guide / Guide / Docker / Kits / Quickstart

Set up your development environment quickly with our Quickstart kit, featuring UI, API, MongoDB, and Elasticsearch. Perfect for beginners!

Score: 1.6859679

Gitana 4.0 / Self Managed / Kits / Quickstart

Launch your app effortlessly with Quickstart! Connect UI, API, MongoDB, and Elasticsearch using Docker for seamless local development.

Score: 1.6859679

Gitana 4.0 / Developers / Application Server / Clustering

Optimize your Cloud CMS Application Server with modes: single, cluster, and sticky-cluster, ensuring efficient Node process management and state handling.

Score: 1.6823938

Gitana 3.2 / Guide / Guide / Integrations / ActiveMQ

Optimize your backend applications with ActiveMQ, a high-performance message broker, integrated with Cloud CMS for seamless API notifications.

Score: 1.6707721

Gitana 4.0 / Content Engine / Integrations / ActiveMQ

Optimize your Cloud CMS integration using Apache ActiveMQ for seamless API event handling and message queuing. Enhance scalability and performance.

Score: 1.6707721

Gitana 3.2 / Guide / Guide / Application Server / Clustering

Optimize your Cloud CMS Application Server with clustering modes for efficient Node process distribution using Redis.

Score: 1.6629062

Gitana 3.2 / Guide / Guide / Branches

Optimize your content management with Cloud CMS. Enjoy powerful features like changeset versioning, branching, and snapshots for seamless workflow transitions.

Score: 1.6595025

Gitana 4.0 / Content Engine / Branch Overview

Cloud CMS empowers content management with Git-inspired versioning, including branches, changesets, and snapshots for ultimate flexibility and control.

Score: 1.6595025

Directed and Undirected Associations

Cloud CMS has the notion of both directed and undirected associations. In the API and within the drivers, when you work with associations, you can query for associations that are "incoming" or "outgoing": These are both directed associations which are relative to a given node. Outgoing means start from this node and find associations pointing to another node. Incoming means find associations that point to me. It also supports the notion of "mutual" associations which are undirected. The source o

Score: 1.6585864

Gitana 4.0 / Developers / Drivers / Python

Easily integrate Python applications with Gitana using the open-source driver; supports Flask & Django for seamless development.

Score: 1.6572738

How does security work in Cloud CMS?

Cloud CMS provides two ways to describe access rights to things: Object-level / role-based authorities Team / role-based authorities With object-level / role-based authorities, you assign a principal (either a user or a group) a role against something. For example, you might give Joe the CONSUMER role against a content node. When Joe then interacts with the content node in the future, he will do so with the CONSUMER role which will allow him to "read" the node. With team / role-based authorities

Score: 1.656959

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

Learn how to use the @fragment tag for caching sections of your website with custom dependencies to optimize performance.

Score: 1.6541648

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

Learn how to use the @fragment tag for caching sections of your website with custom dependencies to optimize performance.

Score: 1.6541648

Gitana 3.2 / Guide / Guide / Text Analysis

Automatically analyze your content on Cloud CMS to detect sentiment, key phrases, entities, and languages, enhancing editorial insights.

Score: 1.6528258

Gitana 4.0 / Content Engine / Services / Text Analysis

Enhance your content with Cloud CMS text analysis to detect sentiment, key phrases, entities, and languages in documents automatically.

Score: 1.6528258

Gitana 4.0 / Developers / Drivers / Go

Connect Go apps to Gitana seamlessly. Use our Go driver to manage nodes, branches, and more. Explore examples and get started quickly.

Score: 1.6407621

Gitana 4.0 / Reference / Types / Cluster

Explore our comprehensive Data Store Cluster documentation, featuring examples, properties, methods, and cookbooks to streamline your development.

Score: 1.6396128

Gitana 3.2 / Guide / Guide / Integrations / Docker

Efficiently deploy Cloud CMS on-premise with Docker, simplifying DevOps with flexible, self-healing container orchestration.

Score: 1.6285901

Gitana 4.0 / Content Engine / Integrations / Docker

Efficiently deploy Cloud CMS with Docker for versatile on-premise solutions and self-healing, automated management.

Score: 1.6285901

How to limit the fields that come back in a query

Query API calls like http://api.cloudcms.com/docs#!/node/post_repositories_repositoryId_branches_branchId_nodes_query support a parameter named _fields which defines an object specifying the node properties you want to include in the result set for matching nodes. For example in the following query I want the title, subTitle and slug fields returned: { "_type":"my:article", "_fields":{ "title":1, "subTitle":1, "slug":1 } } The result set would look something like the

Score: 1.6218625

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

Content Previews and Thumbnails with Cloud CMS

Cloud CMS lets you generate preview images (often called thumbnails) for any content item stored in your repository. This generation can be performed ahead of time via content modeling or it can be done in real-time using a simple URL call. Content Nodes In Cloud CMS, everyone content item you create is referred to as a node. A node is a JSON document that can have any structure you’d like. That is to say, you can drop any valid JSON document you’d like into Cloud CMS and the product will automa

Score: 1.6124396

WCM and Caching

In Dust, there is the notion of a context which has a stack running underneath it. As you drill down into tags, a new context is pushed that can write new context variables as well as access previous variables from previous stack frames. What we're doing in cloudcms-server is providing a dependency tracker so that each tag gets to declare the output (the HTML that was generated) and the set of dependencies that it depended on in order to generate the output. As an example, a query might run an u

Score: 1.6044775