Hybrid Renderer
Hybrid Renderer provides systems and components for rendering ECS entities. Hybrid Renderer is not a render pipeline: it is a system that collects the data necessary for rendering ECS entities, and sends this data to Unity's existing rendering architecture.
The Universal Render Pipeline (URP) and High Definition Render Pipeline (HDRP) are responsible for authoring the content and defining the rendering passes.
DOTS technology is in preview. If your Project aims to be production ready in 2021, the GameObject-based technology stack is much more suitable.
Requirements
For information about Hybrid Renderer's requirements, see Requirements and compatibility.
Getting started with Hybrid Renderer
For information on getting started with Hybrid Renderer, see the Getting started section.