forked from gentics/headless-cms-comparison
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTEMPLATE.json
100 lines (99 loc) · 5.53 KB
/
TEMPLATE.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"Timestamp": "Data - e.g. 2018-07-28T12:58:40.506Z",
"Name": "Name of the CMS System",
"Version": "Version of the system",
"License": "License of the system",
"Inception": "Month-Year",
"Category": "essential - professional - enterpriese featureset",
"Open Source": "Yes/No",
"Cloud Service": "Yes/No",
"On Premises Installation": "Yes/No",
"Cloud Service Hosted in Europe": "Yes/No/NA",
"Commercial Support Available?": "Yes/No",
"GraphQL API": "Yes/No",
"GraphQL [Mutations]": "Yes/No",
"GraphQL [Subscriptions]": "Yes/No",
"REST API": "Yes/No",
"REST [Create]": "Can elements be created via REST? [Yes/No]",
"REST [Read]": "Can elements be read via REST? [Yes/No]",
"REST [Update]": "Can elements be updated via REST? [Yes/No]",
"REST [Delete]": "Can elements be deleted via REST? [Yes/No]",
"REST [Upload]": "Can uploads be performed via REST? [Yes/No]",
"Search API": "Yes/No",
"Search Features [Full Text Search]": "Yes/No",
"Search Features [Stemming]": "Yes/No",
"Search Features [Stop Words]": "Yes/No",
"Search Features [Boosting]": "Yes/No",
"Search Features [Autocompletion]": "Yes/No",
"Search Features [Autosuggestion]": "Yes/No",
"Search Features [Result Highlighting]": "Yes/No",
"Search Features [Geospatial Search]": "Yes/No",
"Search Features [Search within uploads (pdf,doc)]": "Yes/No",
"Image Manipulation": "Can images be cropped / resized? [Yes/No]",
"Image Focalpoint support": "Can a focal point be set to images in order to apply smart cropping? [Yes/No]",
"Image Facedetection": "Can faces in images be detected and added to the metadata of the images? [Yes/No]",
"Optimized Image Encoding": "Is it possible to optimize images (e.g. WebP, Progressive JPEG) [Yes/No]",
"Asset fingerprinting": "Can fingerprints of assets (image, video, audio) be generated in order to find similar assets? [Yes/No]",
"CDN Support": "Can assets be distributed to a CDN in order to speed-up content delivery? [Yes/No]",
"Antivirus Scanning": "Can uploads be scanned via an antivirus system? [Yes/No]",
"Custom Binary Handler": "Is it possible to directly process uploaded assets (e.g. re-encode videos, shrink large images)? [Yes/No]",
"System Requirements": "",
"Supported Databases": "",
"Clustering": "Can the system be setup in a cluster (e.g. HA) - On Premise Only [Yes/No/NA]",
"Docker Support": "On Premise Only - [Yes/No/NA]",
"Backup Feature": "On Premise Only - [Yes/No/NA]",
"Import/Export": "Yes/No",
"CLI": "Is there a CLI which can be used to interact with the System from the console? [Yes/No]",
"SDK [Java]": "Yes/No",
"SDK [C#]": "Yes/No",
"SDK [PHP]": "Yes/No",
"SDK [JavaScript]": "Yes/No",
"SDK [React]": "Yes/No",
"SDK [AngularJS]": "Yes/No",
"SDK [TypeScript]": "Yes/No",
"Web Hooks": "Yes/No",
"Eventbus": "Is there a websocket eventbus to which clients can connect in order to exchange messages or to get informed about content changes? [Yes/No]",
"Bulk Import": "Yes/No",
"Client Side Forms": "Is it possible to manage forms with the System? (e.g. Add a poll to a website and store the data in the CMS) [Yes/No]",
"Plugin System": "Yes/No",
// Can the UI be customized? (e.g. by adding custom form elements)
"Customizable UI": "Yes/No",
// Is it possible to add custom field types?
"Custom Field Types": "Yes/No",
// Does the system provide a way to manage users?
"User Management": "Yes/No",
// Are permissions bound to roles?
"Role Based Permissions": "Yes/No",
"Document Level Permissions": "Yes/No",
"OAuth 2.0 Support": "Yes/No",
// Will actions be logged? Is it possible to see what changes have been made by whom?
"Auditing": "Yes/No",
"API Keys": "Yes/No",
// Is it possible to have multiple projects which dedicated contents?
"Project Support": "Yes/No",
"I18N Localized Content": "Yes/No",
// Can contents be structured in a tree? Can folders be used?
"Content Trees": "Yes/No",
"Tagging": "Yes/No",
// How can individual contents be linked to each other? Please choose all options that the system supports.
"Content Relations": "1:1, 1:n, n:n, n:1",
// Is it possible to nest a field within a different field in order to create complex field types? (e.g. vcard type which consists of name field and address field)
"Nesting of Fields": "Yes/No",
// Is the system GDPR compliant? Is it possible to quickly find and anonymize stored contents which contain user specific information (e.g. Name, Address, Date of Birth). Summarize compliance support.
"GDPR Compliance": "Yes/No",
// Will conflicts for concurrent updates / edits be detected?
"Editing Conflict Detection": "Yes/No",
"Versioning": "Yes/No",
// Is it possible to publish a specific content on a specific date?
"Content Scheduling": "Yes/No",
// Can contents be branched in order to e.g. refactor the content structure for a relaunch of the connected website?
"Content Branches": "Yes/No",
// Does the System provide a strict content schema?
"Content Models / Schemas": "Yes/No",
// Are the content models versioned? Can older versions be accessed?
"Content Model / Schema Versioning": "Yes/No",
// Is it possible to migrate contents if the underlying schema changes? (e.g. Change field type from number to string)
"Content Migration": "Yes/No",
"Workflows": "Yes/No",
"Special Features": "Mention any special feature that you want to highlight or list here"
}