Skip to content

Commit d04c1d1

Browse files
authored
Added paragraph about Drupal to related tegnotogies.
1 parent e013172 commit d04c1d1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ch6-related-technologies.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ It’s a open source technology developed in Austria with a really active commun
5353

5454
More on Pimcore: [http://pimcore.org](http://pimcore.org).
5555

56+
#### Drupal
57+
58+
Drupal is universal content management framework with configurable abstract entities (content, users, config entities, customers, product, orders, … anything what you specify). In version 8 it has been rewritten on top of Symfony and has universal web services API (REST in core, other protocols in contrib), so it can be used as a decoupled system where you build CMS for your use-case. There are also modules what can [send Push notifications](https://www.drupal.org/project/push_notifications) by [custom rules](https://www.drupal.org/project/rules) etc.
59+
60+
For Drupal there is project [Drupal Commerce](http://drupalcommerce.org) what is modules ecosystem for e-commerce use cases. There is also project [Drupal Commerce Kickstart](https://drupalcommerce.org/commerce-kickstart-2) what is Drupal distrubution with "typical e-shop" configured and ready for use or customize.
61+
5662
### Technologies that empower the microservices architecture
5763

5864
The microservices architecture introduces new concepts that sometimes also require new or different tools compared to the monolithic approach. Also, keeping in mind, that this approach may lead to more complexity of our platform, we should automate as many things as we can from the beginning.

0 commit comments

Comments
 (0)