Getting started with Spartacus and integrating with Hybris - spartacus-storefront

I am a SAP Hybris commerce developer.
Recently we are migrating to Spartacus.Does it integrate with SAP Hybris?What are the learning paths for this?

Spartacus does integrate with hybris using APIs.
For learning paths check the official docs on our GitHub page here: https://github.com/SAP/cloud-commerce-spartacus-storefront and our wiki here: https://github.com/SAP/cloud-commerce-spartacus-storefront/wiki

Related

How do we integrate the test evidences with X-Ray Jira via API's?

I want to upload the test evidences of an automation tests to the X-Ray Jira through API.
I need what API and Endpoint is being consumed to upload the test execution evidences to X-Ray Jira.
You can find information on the documentation regarding the API of Xray here: https://docs.getxray.app/display/XRAYCLOUD/Version+2
You also have multiple tutorials showcasing importing results from different tools and frameworks here: https://docs.getxray.app/display/XRAYCLOUD/TTT%3A+Automation
Make sure you use the right documentation version depending on your Jira installation: Cloud or Server/DC. The above documentation is for Cloud (you can find the same one for Server).

spartacus with hybris marketplace is feasible or not

Hi Team can we use #spartacus with hybris marketplace as I can see everything mention on tutorial is for B2C or B2B. Could you please suggest way. #spartacus 'spartacus'
I want to set up marketplace where storefront could be driven by spartacus as I was going through the tutorial and found everything was mentioned with b2c . As I will be using markeplace so it will have its own functionalities.
So is it feasible to use spartacus with marketplace ? should I install marketplace and then follow the exact steps mentioned in spartacus tutorial for installation.

How to integrate Hybris with SAP Identity Management?

I already found some useful documentation about integrating Hybris with SAP Cloud Platform Identity Authentication in here https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/1905/en-US/de5382b859aa437da1b0428555169a35.html
But what I need to do and was not able to find is how to integrate Hybris with SAP Identity Management(https://help.sap.com/viewer/product/SAP_IDENTITY_MANAGEMENT/8.0/en-US)
Is there someone who knows how can this be done and what OOTB extensions are needed in order to achieve this ?

Hybris storefront (template developer)

I am vue.js frontend developer and new to hybris, I came to know Hybris comes with a default store front which is written in jsp,js,jquery,css. how to use vue.js in the storefront for implementing or modifying template as per client requirements.
SAP Commerce Cloud also has an Angular storefront called Spartacus, which lets you customize CMS components using web components (but this is still an experimental feature): https://sap.github.io/cloud-commerce-spartacus-storefront-docs/customizing-cms-components/ Also, see Vue based CMS web component for Spartacus for an example.
At a high level, the storefront will need to interact with Hybris' OCC (Omni Commerce Connect) REST APIs for the business processes (and even CMS data).
I've no experience on this (and I haven't read the full article), but Vue Storefront + SAP Commerce: Open-source PWA Storefront Integration (+DEMO) might give you some ideas.

Clarifai REST Api

I am programming an application in .NET Core and after some browsing of their repos I don't think Clarifai has a .NET SDK. Is there a REST API I can use?
Kunal from Clarifai here.
You can find the repo for the sdk over here, https://github.com/Clarifai/clarifai-csharp
We also have additional information on our documentation, https://clarifai.com/developer/guide/
As well as an example application to help you get started, https://github.com/Clarifai/quickstart-csharp-mvc-twilio