Motion canvas animations about YDB internals.
This repository contains animated explanations of YDB internals created with Motion Canvas. These animations help visualize complex database concepts and internal processes. While it currently contains a single example reel, the project is designed to host multiple reels covering various aspects of YDB.
- Node.js (version 16 or higher)
- npm or yarn
Currently available scenes:
3dc-data-recording
- Demonstrates 3D data recording concepts in YDB
More scenes will be added over time, covering various aspects of YDB internals.
-
Navigate to the scene directory:
cd 3dc-data-recording
3dc-data-recording
- example -
Install dependencies:
npm install
-
Running the Project
npm start
- Fork the repository
- Create a feature branch (
git checkout -b feature/AmazingFeature
) - Add new scene into separated directory in the root of project
- Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a pull request
- Motion Canvas - Animation framework used for creating the visualizations
- YDB - Yandex Database documentation and resources