Found 63 results for "chapters connecting"

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

Gitana / 4.0 / Data Engine / Content Models / Relator Properties

Relator Properties Cloud CMS provides support for properties that auto-manage their relationships between multiple nodes in the content graph. Whenever you intend to connect two nodes together, it is often convenient to model a property on one or both of the nodes involved in the relationship such that the properties maintain information locally on the endpoints about the relationship. Such properties are known as "relator properties". Consider a Store that sells Books. Books are written by Auth

Score: 14.210459

Gitana / 3.2 / Guide / Guide / Content Modeling / Relator Properties

Relator Properties Cloud CMS provides support for properties that auto-manage their relationships between multiple nodes in the content graph. Whenever you intend to connect two nodes together, it is often convenient to model a property on one or both of the nodes involved in the relationship such that the properties maintain information locally on the endpoints about the relationship. Such properties are known as "relator properties". Consider a Store that sells Books. Books are written by Auth

Score: 4.7259245

Gitana / 3.2 / Guide / Guide / Content Modeling / Definitions / Association Definition

Association Definition An Association Definition describes the schema of a relationship between two nodes. Fundamentally, association instances are JSON objects that conform to the JSON schema of their association definitions. Association definitions allow you to specify the schema of your associations so as to store properties on them. There are primarily two families of associations - a:linked and a:owned, describing linked and owned associations, respectively. A linked association is one in w

Score: 4.236872

Gitana / 4.0 / Data Engine / Content Models / Definitions / Association Definition

Association Definition An Association Definition describes the schema of a relationship between two nodes. Fundamentally, association instances are JSON objects that conform to the JSON schema of their association definitions. Association definitions allow you to specify the schema of your associations so as to store properties on them. There are primarily two families of associations - a:linked and a:owned, describing linked and owned associations, respectively. A linked association is one in w

Score: 4.236872

Gitana / 3.2 / Overview

Cloud CMS 3.2 Welcome to the Cloud CMS 3.2 Documentation Guide. Chapters

Score: 4.1910353

Gitana / 4.0 / Overview

Cloud CMS 4.0 Welcome to the Cloud CMS 4.0 Documentation Guide. Chapters

Score: 4.1910353

Gitana / 4.0 / Developers / Frameworks / cURL

cURL Guide and References for connectivity to Cloud CMS Connecting to Cloud CMS From a command prompt, the curl command can be used to execute API calls to Cloud CMS. Connecting to the Cloud CMS API requires API Keys from your Cloud CMS project. This is done by default for the sample project. You can find these by going to Manage Project and clicking API Keys in the left hand menu. Several examples of using curl are available in our Gitana SDK For example, reading a node can be done with the fol

Score: 2.4920387

Gitana / 3.2 / Guide / Guide / API / Data Types / Association

Association Type {{#dataTypeArticle objectTypeId}}{{objectTypeId}}{{/dataTypeArticle}} Datastore Type {{#dataTypeArticle datastoreTypeId}}{{datastoreTypeId}}{{/dataTypeArticle}} Supports {{#article "security/authorities"}}authorities{{/article}}, {{#article "security/permissions"}}permissions{{/article}}, {{#article "transfer"}}transfer{{/article}} Associations, on the other hand, do not bear permissions. They are considered structural elements that provide several meanings for the content in a

Score: 2.3661687

Gitana / 4.0 / Data Engine / API / Data Types / Association

Association Type {{#dataTypeArticle objectTypeId}}{{objectTypeId}}{{/dataTypeArticle}} Datastore Type {{#dataTypeArticle datastoreTypeId}}{{datastoreTypeId}}{{/dataTypeArticle}} Supports {{#article "security/authorities"}}authorities{{/article}}, {{#article "security/permissions"}}permissions{{/article}}, {{#article "transfer"}}transfer{{/article}} Associations, on the other hand, do not bear permissions. They are considered structural elements that provide several meanings for the content in a

Score: 2.3661687

Gitana / 4.0 / Developers / Frameworks / Gatsby

Gatsby Generate static sites with Cloud CMS Building a static site with Cloud CMS content is simple with Gatsby JS. Below you will find tools and examples for how to get started. Connecting to Cloud CMS with Gatsby You can connect directly to the Cloud CMS API or indirectly via our app server. We offer GraphQL endpoints on each of these that can be accessed using our gatsby-source-cloudcms plugin. In your gatsby-config.js file, add the following configurations: const gitanaJson = require('./gita

Score: 2.1426604

Connecting via a Corporate Proxy

The Cloud CMS drivers support connectivity through a corporate proxy. The means of doing so are slightly different depending on which driver you're using. Node.js The Cloud CMS Node.js driver detects the following environment variable: HTTP_PROXY If this environment variable is specified, all API calls with be routed through the proxy server at that location. This proxy server may support either HTTP or HTTPS. For example, you may set the environment variable like this: HTTP_PROXY=http://127.0.0

Score: 2.1209414

Gitana / 4.0 / Developers / Frameworks / Postman

Postman Guide and References for connectivity to Cloud CMS Connecting to Cloud CMS If you want to test out the Cloud CMS API using Postman or another HTTP client, you'll first have to obtain an authentication token First, ensure you have API Keys configured for your project (this is done by default for the sample project). You can find these by going to Manage Project and clicking API Keys in the left hand menu. Next, we will request the token. In Postman, use the 'Basic Auth' type under Authori

Score: 2.0382962

Gitana / 3.2 / Guide / Guide / Cookbooks / Ruby Cookbook

Ruby Cookbook Getting Started The Ruby driver is published to https://rubygems.org/gems/cloudcms Install the gem as you would any other Gem gem install cloudcms You may choose to use Bundler or other dependency management tool. Connecting to Gitana To connect, create a file called gitana.json in a folder location readable by your application. For information on how to acquire this file, please read up on Acquiring your API Keys. Load the library containing the driver: require 'cloudcms' Connect

Score: 2.0126266

Gitana / 4.0 / Developers / Cookbooks / Ruby Cookbook

Ruby Cookbook Getting Started The Ruby driver is published to https://rubygems.org/gems/cloudcms Install the gem as you would any other Gem gem install cloudcms You may choose to use Bundler or other dependency management tool. Connecting to Gitana To connect, create a file called gitana.json in a folder location readable by your application. For information on how to acquire this file, please read up on API Keys. Load the library containing the driver: require 'cloudcms' Connect to Cloud CMS by

Score: 2.0126266

Cloud CMS Performance Measurement

Performance issues may be outside of Cloud CMS such as being related to firewalls or corporate proxies. One strategy for determining this is to run an ab test to gather timings from your computer to https://api.cloudcms.com or to the user interface server. This gives you a good approximation of where penalties are being paid and you'd expect to see ~70-100ms latency which we consider nominal. Another thing to try is to run a connection test from the command line on the box that you're browsing f

Score: 1.8249608

Gitana / 3.2 / Guide / Guide / API Keys

API Keys When you sign up for Cloud CMS, you are given your own tenant. Your tenant is essentially a guarded vault of data. To access this data, you need to present two sets of credentials to the Cloud CMS server: Client Credentials User Credentials Client Credentials identify the application that is attempting to connect and User Credentials identify who is using the application. Once signed in, the User Credentials establish the security context of the authenticated user, potentially limiting

Score: 1.5538996

Gitana / 4.0 / Developers / Drivers / C#

C# Driver Connect your .NET applications to Gitana Latest Version Version undefined Date The Gitana C# driver allows you to easily connect your C# and .NET applications to the Gitana server. Currently supports the following functionality: Connect to and refresh access tokens with the API Read platform, branch, and repositories Read, query, search, create, update, and delete nodes Installation Install this driver as you would any other NuGet package. Command Line: dotnet add package cloudcms Vis

Score: 1.5538996

Gitana / 4.0 / Developers / Drivers / Go

Go Connect your Go applications to Gitana Latest Version Version undefined Date Current version: v0.1.3. Released Jun 13, 2022 The Gitana Go driver allows you to easily connect your Go applications to the Gitana server. Currently supports the following functionality: Connect to and refresh access tokens with the API Read platform, branches, repositories, projects, releases Read, query, search, create, update, and delete nodes Manage node translations, versions, associations, attachments Make gra

Score: 1.5538996

Gitana / 4.0 / Data Engine / API Keys / Overview

API Keys When you sign up for Cloud CMS, you are given your own tenant. Your tenant is essentially a guarded vault of data. To access this data, you need to present two sets of credentials to the Cloud CMS server: Client Credentials User Credentials Client Credentials identify the application that is attempting to connect and User Credentials identify who is using the application. Once signed in, the User Credentials establish the security context of the authenticated user, potentially limiting

Score: 1.5538996

How can I reuse connections with the Java Driver?

The Cloud CMS Java Driver uses a thread local variable to store the authentication context it receives after connecting. This is perhaps unusual for folks who are coming from the JavaScript world but should be very familiar for anyone who works with common JavaScript frameworks such as Spring Framework or Spring Security. When the authentication completes, the Java Driver constructs a "Driver" object that it stores into a thread local variable using the following call: DriverContext.setDriver(dr

Score: 1.5538996

Gitana / 4.0 / Forms / API / Connectors

Connectors Alpaca supports Connectors as a means for loading schema, options, view and data information from remote data sources. By default, Alpaca comes with a default connector that handles loading of data from public / unprotected HTTP/HTTPS URLs. Connectors are used to load information based on what they receive in the following properties: schemaSource optionsSource dataSource viewSource Information loaded from any of these sources is merged with information that is fed directly into Alpac

Score: 1.2864027

Gitana / 3.2 / Guide / Guide / Authentication / Drivers

Drivers To connect to Cloud CMS, you need to establish two important pieces of information: The client that you are connecting as The user that you are signing on as The only way that a remote application can connect to your platform is if it can produce the correct credentials to identify itself as a client that you know about. As the platform administrator, you issue a client key/secret ahead of time. The application then needs to present these credentials to you and prove that it is who it sa

Score: 1.2260976

Gitana / 4.0 / Data Engine / Authentication / Drivers

Drivers To connect to Cloud CMS, you need to establish two important pieces of information: The client that you are connecting as The user that you are signing on as The only way that a remote application can connect to your platform is if it can produce the correct credentials to identify itself as a client that you know about. As the platform administrator, you issue a client key/secret ahead of time. The application then needs to present these credentials to you and prove that it is who it sa

Score: 1.2260976

Gitana / 3.2 / Guide / Guide / Cookbooks / Python Cookbook

Python Cookbook Getting Started To get started with the Python driver, visit Gitana Python Driver Page or the Github Page. It is written with Python 3 and can be used in any compatible project. You can install the driver via the command line: pip install cloudcms or pip3 install cloudcms Or add something like this to your requirements.txt: cloudcms==1.1.0 Connecting to Gitana You can connect to Gitana by providing a config file or the oauth variables directly. Using a Gitana JSON file You ca

Score: 1.1891031

Gitana / 4.0 / Developers / Cookbooks / Python Cookbook

Python Cookbook Getting Started To get started with the Python driver, visit Gitana Python Driver Page or the Github Page. It is written with Python 3 and can be used in any compatible project. You can install the driver via the command line: pip install cloudcms or pip3 install cloudcms Or add something like this to your requirements.txt: cloudcms==1.1.0 Connecting to Gitana You can connect to Gitana by providing a config file or the oauth variables directly. Using a Gitana JSON file You ca

Score: 1.1891031