.. _user_guide.introduction: ============= Introduction ============= .. include:: logo_include.rst Get started with VAST Orbit and learn the fundamentals of in-database analytics. ____ .. grid:: 1 :class-container: feature-tiles .. grid-item:: .. card:: |i-connect| Connect to VAST DataBase :link: user_guide.introduction.installation :link-type: ref :text-align: center :class-card: custom-card-9 4 mins ^^^^^^^ Configure your connection and set up your environment for in-database analytics. .. grid-item:: .. card:: |i-frame| The VastFrame :link: user_guide.introduction.vdf :link-type: ref :text-align: center :class-card: custom-card-9 12 mins ^^^^^^^ Master the VastFrame object for efficient data manipulation without moving data. .. grid-item:: .. card:: |i-practices| Best Practices :link: user_guide.introduction.best_practices :link-type: ref :text-align: center :class-card: custom-card-9 20 mins ^^^^^^^ Optimize your workflow with proven techniques for performance and efficiency. .. container:: vob-learn-cta .. button-ref:: user_guide.introduction.installation :ref-type: ref :class: vob-learn-btn Start Learning → .. toctree:: :hidden: :maxdepth: 1 user_guide_introduction_installation user_guide_introduction_vdf user_guide_introduction_best_practices .. ipython:: python :suppress: from vastorbit._utils._sql._sys import purge_memory purge_memory()