Forums

Covering OroCommerce, OroCRM, OroPlatform topics, including community updates and company announcements.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

Forum Replies Created

Viewing 15 replies - 1 through 15 (of 380 total)
  • Author
    Replies
  • in reply to: Server specs and performance #41322

    Dima Soroka
    Keymaster

    There are few things that we do in EE in order to handle big and large (we have customers with millions of SKUs in the catalog) catalogs:
    1. Technology – EE works with ElasticSearch for catalog navigation related functions and using PosgreSQL
    2. Environment configuration – EE comes with OroCloud hosting where resources and system components configured properly to handle data and load
    3. Support – there are edge case scenarios where our support provides recommendations and advise

    in reply to: Server specs and performance #41310

    Dima Soroka
    Keymaster

    Hi Baris

    We do not have such data for community edition, sizing recommendations are available only for enterprise. Please let us know if you are considering to upgrade.

    Thanks

    in reply to: Wild Card Api Lead Search #41153

    Dima Soroka
    Keymaster
    in reply to: Orocommerce Oauth2: What Api-endpoints to use? #40962

    Dima Soroka
    Keymaster

    Hi Frank

    For customer shopping related services storefront API will work best. You can check our latest master, many more storefront endpoints are coming with 4.1 release including catalog and products information, shopping lists and order creation. Storefront API documentation is coming with the release as well.


    Dima Soroka
    Keymaster

    You are correct in case if you consider split as code separation only, but split doesn’t mean code separation only, dependencies should be handled as well.


    Dima Soroka
    Keymaster

    Sachin, thanks for the kind words and great question. We are using modular architecture when designing and implementing our applications, such approach allows us to simplify deployment and management of the application, work in parallel on a multiple features and prevent any latency overheads from microservices architecture. Key benefits of microservices architecture (independent stack per service, independent deployment, independent scaling etc.) are great, but less applicable to our reality where we are using same tech stack, deploying and scaling application based on other services built in into it’s architecture (message queue, search index, RDBMS and files storage).

    Modular architecture of our applications allows to package and distribute features (services in your list) independent and us such example you can see many packages available available in our GitHub organization: platform, crm, customer-portal, commerce etc. Most of them are not very granular and can be divided into more smaller features which will be used as part of other business applications in different domains. Please let us know if you are interested in splitting some platform/crm/commerce features to dedicated packages, we will be happy to collaborate with you on GitHub.

    in reply to: Mixed Content #27917

    Dima Soroka
    Keymaster

    Installation instructions you followed do not have configuration for ssl, please share your nginx config and check official installation instructions on https://oroinc.com/orocrm/doc/current/install-upgrade/installation-quick-start-dev/crm


    Dima Soroka
    Keymaster

    Hi Nick

    We would like to be productive in this discussion and if you are looking for a quick setup – feel free to use a VM with latest version of our application available on download page. In case you prefer to configure your own environment, we are here to help you in case you experience issues.

    in reply to: Google Calendar Integration #30570

    Dima Soroka
    Keymaster

    Sounds good, how we can help you to get started?

    in reply to: Google Calendar Integration #30568

    Dima Soroka
    Keymaster

    Hi Jeroen, we definitely open to include it into the CE product in case community would like to contribute it. G Suite is a commercial product and integrations to commercial products we are doing as part of our enterprise offering.

    in reply to: Set currencies (Magento and OroCrm) #29328

    Dima Soroka
    Keymaster

    Hi Matej

    Multi currency is enterprise only feature and available starting from version 2.0.

    in reply to: Google Calendar Integration #30565

    Dima Soroka
    Keymaster

    It is planned for Enterprise Edition.

    in reply to: Do we still need to setup Clank manually? #29237

    Dima Soroka
    Keymaster

    Configuration looks correct, most of the recommendations i found are about reloading configuration:

    in reply to: Export Report SQL #30536

    Dima Soroka
    Keymaster

    Yes, you can enable it in System > Configuration > Display Settings using “Display SQL In Reports And Segments” option.

    in reply to: Do we still need to setup Clank manually? #29235

    Dima Soroka
    Keymaster

    All OroCRM processes should be owned by web server user (www-data, apache or any other configured in your environment). Using cron for web socket and message queue consumer is not recommended as this processes should be always running and monitored/supervised.

    orocrm_message_consumer should be running, ERROR shows that something is wrong with configuration.

Viewing 15 replies - 1 through 15 (of 380 total)
Back to top