Found 330 results for "services files antivirus"

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

Gitana / 3.2 / Guide / Guide / Antivirus Scanning

Antivirus Scanning Content that is created within Cloud CMS can be automatically checked for viruses. The Cloud CMS virus scanner hooks in prior to your content be written or modified within the system so that detection can filter out any bad content ahead of write. As such, nothing malicious will be written into Cloud CMS (and therefore, nothing malicious can be retrieved from Cloud CMS). The Cloud CMS antivirus support is disabled by default but can be enabled at the platform level if you are

Score: 32.78135

Gitana / 4.0 / Data Engine / Platform / Antivirus Scanning

Antivirus Scanning Content that is created within Cloud CMS can be automatically checked for viruses. The Cloud CMS virus scanner hooks in prior to your content be written or modified within the system so that detection can filter out any bad content ahead of write. As such, nothing malicious will be written into Cloud CMS (and therefore, nothing malicious can be retrieved from Cloud CMS). The Cloud CMS antivirus support is disabled by default but can be enabled at the platform level if you are

Score: 32.78135

Gitana / 4.0 / Self Managed / Configuration / Antivirus Server

Antivirus Server The Cloud CMS Antivirus Server is a Node.js application that exposes a HTTP interface to allow an application to remotely scan files by submitting them via HTTP. Submitted files are passed through TCP to a ClamAV daemon process. API GET / If the server is online, this will always return: { "ok": true } POST /status This checks the status of the daemon process and returns whether the Antivirus service is working nominally. If everything is working well, you will get back som

Score: 29.380568

Gitana / 4.0 / Data Engine / Integrations / Amazon Web Services

Amazon Web Services Cloud CMS provides out-of-the-box integration with a variety of Amazon Web Service offerings, including services for natural language processing, machine learning, semantic analysis and image recognition. You can learn more about these services here: Amazon Comprehend Amazon DocumentDB Amazon Elastic Search Service Amazon Elastic Transcoder Amazon Polly Amazon SNS Amazon SQS Amazon Transcribe Amazon Translate

Score: 22.240461

Gitana / 3.2 / Guide / Guide / Docker / Configuration / Antivirus Server

Antivirus Server The Cloud CMS Antivirus Server is a Node.js application that exposes a HTTP interface to allow an application to remotely scan files by submitting them via HTTP. Submitted files are passed through TCP to a ClamAV daemon process. API GET / If the server is online, this will always return: { "ok": true } POST /status This checks the status of the daemon process and returns whether the Antivirus service is working nominally. If everything is working well, you will get back som

Score: 18.74135

Gitana / 4.0 / Data Engine / Bulk Import / Files

Files The Cloud CMS Bulk Import tool makes it easy to import content from a file system into a Cloud CMS content repository. Let's imagine that you have some images sitting in an images directory. You wish to ingest these into Cloud CMS as part of an Image Library application. The image directory might look like this: images\ chunio.jpg disney.jpg pavlov.jpg These images are just files on disk. They could be any file type, really. Cloud CMS can ingest files of any format including p

Score: 16.9425

Gitana / 3.2 / Guide / Guide / Applications

Applications Public Services

Score: 16.761755

Gitana / 4.0 / Data Engine / Platform / Applications

Applications Public Services

Score: 16.761755

Gitana / 3.2 / Guide / Guide / Binary Files

Binary Files Cloud CMS lets you upload any kind of desktop file. The system will automatically detect the type of content that you upload and will inspect and work with the content to provide the following services: Automatic antivirus scanning to detect malicious files Extraction of metadata properties from the payload body and headers Conversion of content type to thumbnails (using image transformation) Detection and extraction of text for full-text search Execution of custom rules to further

Score: 15.237398

Gitana / 4.0 / Data Engine / Platform / Binary Files

Binary Files Cloud CMS lets you upload any kind of desktop file. The system will automatically detect the type of content that you upload and will inspect and work with the content to provide the following services: Automatic antivirus scanning to detect malicious files Extraction of metadata properties from the payload body and headers Conversion of content type to thumbnails (using image transformation) Detection and extraction of text for full-text search Execution of custom rules to further

Score: 15.237398

Gitana / 3.2 / Guide / Guide / Docker / Container Services

Container Services In this chapter, we provide examples and guidance on how to instantiate the Gitana platform within a variety of container services. SDK For each of the frameworks listed below, you will find samples configuration files within the Gitana SDK. Gitana SDK - Container Framework Examples for Gitana 3.2 Frameworks Amazon ECS Kubernetes

Score: 13.516702

Gitana / 3.2 / Guide / Guide / Integrations / Amazon Web Services

Amazon Web Services Cloud CMS provides out-of-the-box integration with a variety of Amazon Web Service offerings, including services for natural language processing, machine learning, semantic analysis and image recognition. You can learn more about these services here: Amazon Comprehend Amazon DocumentDB Amazon Elastic Search Service Amazon Elastic Transcoder Amazon Polly Amazon SNS Amazon SQS Amazon Transcribe Amazon Translate

Score: 11.743865

Gitana / 3.2 / Guide / Guide / Bulk Import / Files

Files The Cloud CMS Bulk Import tool makes it easy to import content from a file system into a Cloud CMS content repository. Let's imagine that you have some images sitting in an images directory. You wish to ingest these into Cloud CMS as part of an Image Library application. The image directory might look like this: images\ chunio.jpg disney.jpg pavlov.jpg These images are just files on disk. They could be any file type, really. Cloud CMS can ingest files of any format including p

Score: 11.61376

Gitana / 3.2 / Guide / Guide / Attachments

Attachments Cloud CMS provides support for the storage and retrieval of binary assets. These assets are stored as attachments on an object. Unlike some CMS systems which start with the binary asset, Cloud CMS considers all of your objects and content to be JSON documents. The JSON document then has N number of binary BLOBs attached to it. Each attachment has a unique name and retains information such as mimetype, filename and content length. The following kinds of objects support attachments: Co

Score: 10.899905

Gitana / 4.0 / Data Engine / Nodes / Attachments

Attachments Cloud CMS provides support for the storage and retrieval of binary assets. These assets are stored as attachments on an object. Unlike some CMS systems which start with the binary asset, Cloud CMS considers all of your objects and content to be JSON documents. The JSON document then has N number of binary BLOBs attached to it. Each attachment has a unique name and retains information such as mimetype, filename and content length. The following kinds of objects support attachments: Co

Score: 10.899905

Gitana / 4.0 / Data Engine / Deployment / Deployment Mappings

Deployment Mappings The following Deployment Handlers supports the deployment of resources from Cloud CMS to files or file system equivalents: S3 Deployment Handler File System Deployment Handler FTP Deployment Handler These Deployment Handlers all have the common function. They must work with content from Cloud CMS, consisting of Nodes, Associations, binary attachments and a potentially complex content graph of relationships. They must take that content and then map it down into a file system c

Score: 8.563528

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

Attachment Properties Cloud CMS provides support for properties that auto-manage the creation, update and deletion of binary attachments for a node. These are known as "attachment properties". They provide an easy way for editorial users to manage binary attachments from within a form. Attachment properties provide the following benefits: They provide an easy form-driven way for editorial users to upload and manage named attachments of a node. They automatically reflect important attachment info

Score: 7.892352

Gitana / 4.0 / Developers / Application Server / Services

Services Awareness Broadcast Cache Config Driver Config Duster Flow Insight Local Notifications Overview Performance Server Tags Virtual Driver Virtual Hosts Web Content Management Welcome

Score: 7.4238257

Gitana / 3.2 / Guide / Guide / Application Server / Services

Services Awareness Broadcast Cache Config Driver Config Duster Flow Insight Local Locks Notifications Overview Performance Server Tags Virtual Driver Virtual Hosts Web Content Management Welcome

Score: 7.4222617

Gitana / 3.2 / Guide / Guide / Bulk Import

Bulk Import Cloud CMS provides a bulk import tool that makes it easy to load content into Cloud CMS from a variety of external file formats and data sources. The bulk import tool ingests this data and writes it into a Cloud CMS branch within a single transaction so that you don't suffer from partial imports due to a failure along the way. The Cloud CMS bulk import tool is designed to help you migrate existing content into Cloud CMS. This may include desktop files or structured data from legacy c

Score: 6.5771265

Gitana / 4.0 / Data Engine / Bulk Import / Overview

Bulk Import Cloud CMS provides a bulk import tool that makes it easy to load content into Cloud CMS from a variety of external file formats and data sources. The bulk import tool ingests this data and writes it into a Cloud CMS branch within a single transaction so that you don't suffer from partial imports due to a failure along the way. The Cloud CMS bulk import tool is designed to help you migrate existing content into Cloud CMS. This may include desktop files or structured data from legacy c

Score: 6.5771265

Gitana / 3.2 / Guide / Guide / Applications / Public Services

Public Services Cloud CMS provides a special set of application services methods that provide convenience functions for your front-end mobile or web applications to accomplish things like user registration, password resets and more. Technically speaking, everything that you can do with these convenience functions can be done using the Cloud CMS API in other ways, however doing so is often multi-step and involves lots of interactions. The convenience methods make this easier by letting you pre-wi

Score: 6.317507

Gitana / 4.0 / Data Engine / Platform / Applications / Public Services

Public Services Cloud CMS provides a special set of application services methods that provide convenience functions for your front-end mobile or web applications to accomplish things like user registration, password resets and more. Technically speaking, everything that you can do with these convenience functions can be done using the Cloud CMS API in other ways, however doing so is often multi-step and involves lots of interactions. The convenience methods make this easier by letting you pre-wi

Score: 6.317507

Gitana / 3.2 / Guide / Guide / General / Geolocation Services

Geolocation Services Cloud CMS provides geolocation information look up services that can be used to determine geographic information for a given IP address or set of coordinates. In many places, Cloud CMS automatically utilizes these geolocation services for you. In places where geolocation information is stored on your content instances, geolocation data can automatically be looked up and applied using Cloud CMS features. In addition, you can invoke the API directly to look up geolocation info

Score: 6.2417927

Gitana / 4.0 / Data Engine / General / Geolocation Services

Geolocation Services Cloud CMS provides geolocation information look up services that can be used to determine geographic information for a given IP address or set of coordinates. In many places, Cloud CMS automatically utilizes these geolocation services for you. In places where geolocation information is stored on your content instances, geolocation data can automatically be looked up and applied using Cloud CMS features. In addition, you can invoke the API directly to look up geolocation info

Score: 6.2417927