[{"data":1,"prerenderedAt":898},["ShallowReactive",2],{"tv-globals-deep":3,"footer-primary":33,"footer-secondary":122,"footer-description":148,"tv-categories":150,"live-home":643,"sales-reps":646},{"og":4,"featured":5},"8e09c925-ad12-455c-b4fc-f05893034b5c",{"id":6,"slug":7,"vimeo_id":8,"description":9,"tile":10,"length":11,"resources":12,"people":12,"episode_number":13,"published":14,"title":15,"video_transcript_html":16,"video_transcript_text":17,"content":12,"seo":18,"status":19,"episode_people":20,"recommendations":22,"season":23},"637aafa2-b323-4ad0-adf0-ba52328bb798","data-management","1007701870","Discover how Directus empowers you to manage data, create collections, customize fields, and streamline content workflows with features like Explore, Editor, and multilingual support.","367c893f-d7d3-43d7-bd5e-233d30dc9a92",8,null,1,"2024-09-09","Data Management","\u003Cp>Speaker 0: Directus can be used to manage both the data in your collections and the collection data models themselves, which includes setting up new collections, fields, and defining the relationships between them. Any changes made directly in your database will be recognized and reflected by directors. While collections in a directors project map to your database tables, they are not directly equivalent. Collections are your tables, plus the additional metadata required for Directus to operate correctly. There are 2 types of collections.\u003C/p>\n\u003Cp>All Directus specific settings and data are held in system collections created and managed by Directus and never in your existing database tables. This includes user related data, including sessions, data around our automation features, activity and revision logging, and more. As an aside, it means that you can effectively remove Directus if desired with no Directus specific data left behind. We believe it's important to put you in control of your data. And while we hope you'll use directors for months years to come, you can jump out at any time.\u003C/p>\n\u003Cp>To stop running the application, delete the tables that start with directors underscore, and it's like we were never there. User collections are created directly in your database or via directors. They describe your project's data models. Let's talk about what goes into a collection. Each collection has a unique name and strategy for creating a primary key for each item, which includes an auto incrementing number, a UUID, or a manually entered string.\u003C/p>\n\u003Cp>At the time of creating a collection, directors can also set up some common optional fields, including status, thought, created date, created by, and so on. Next is fields. Like collections are to tables, directors fields map to fields in your database, but contain additional metadata about how they are shown in the editor within layout and in relational fields. When creating a field, the first thing to choose is the interface, which you can think of as the form input type. Directus has many built in interfaces, including a rich text editor, a map, a file picker, and more.\u003C/p>\n\u003Cp>And you can download additional ones from the Directus marketplace. Directus also supports all standard relationship types, as well as a few more of its own compound types, which are custom tailored to make common but complex tasks easier. When creating a many to many or what we call a many to any builder relationship, directors will create the junction collection for you automatically. There are a whole set of display and validation options available for each field, which you can then configure directly from the data model settings. A quick aside that Director supports bringing an existing database, there are some first time setup needed in the data model settings to configure them with the additional details needed to turn them into directors collections.\u003C/p>\n\u003Cp>This is all done in the Data Studio data model settings and is similar to when you create new collections. Directus Explore allows you to display and query items in a collection. Data is represented as it is stored in your database with display templates allowing custom representation with inline text, image thumbnails, dates, numbers, or anything else. Data can be displayed in any of the default or installed layouts, each with their own configuration options. Layouts include a table, Kanban board, gallery, calendar, and map, with more available in the Directus marketplace.\u003C/p>\n\u003Cp>Now, at the top of layouts, Directus Explore has a search, which uses all top level string, text, number, and UUID fields, but also has a very powerful filter interface. You can add single filters or multiple using the and and all groups, which can then be nested. You can use the provided variables to refer to the current user or roles. Once you have everything set up the way you like, you can create a preset. Presets are saved views that contain a search, filters, sorts, visible fields, and layout information.\u003C/p>\n\u003Cp>They can be saved for all users or specific roles or users. This allows you to create views that are more relevant to your different teams and stakeholders. Director's editor allows you to display, edit, and preview items in your collections. This page also includes options for archiving, reverting, versioning, and commenting on an item. In the editor, the field settings from when you configure the data model are applied.\u003C/p>\n\u003Cp>This includes their chosen interfaces, position, and size, validations, conditional visibility, and more. There is a live preview that can show your changes in your real application as you save them. So you know what it will look like once you publish or rebuild your site. To use live preview, you need to have correctly configured your external application, but we have guides in our docs to help you with this. Content versioning allows teams to create and manage different versions of their content.\u003C/p>\n\u003Cp>There are several reasons to use content versioning, including drafting content without publishing it and more ways to collaborate with others. At any point, a content version can be created and worked on in isolation. Then when ready, a content version can be promoted to become the new main version. We have a UI to select which edited field should be promoted, if not all of them. And all changes made on an item are stored in the revision history along with who made them, which is great for both accountability and also reverting changes if needed.\u003C/p>\n\u003Cp>Directus has a lot of flexibility around translations, but it's important to note that there are 2 distinct types of translation. 1, within the data studio web application that serves your team, and 2, in the content and data that you actually author. Many parts of the Director's Data Studio are already translated into over 30 languages. This includes all UI elements and descriptions. We support community contributions to both increase the coverage for existing languages and to support new ones.\u003C/p>\n\u003Cp>When creating collections and fields, you can set translations of names, which will be reflected if the user changes their language Data Studio. And in any other field across Directus, for example, in field descriptions, you can utilize translation strings, which can be set up in your project settings. For content translations, Directus has a dedicated translations interface to configure and author multilingual content. And that's a very quick summary of data management inside of Directus. If you have any questions, please feel free to reach out, and we'll see you in the next video.\u003C/p>","Directors can be used to manage both the data in your collections and the collection data models themselves, which includes setting up new collections, fields, and defining the relationships between them. Any changes made directly in your database will be recognized and reflected by directors. While collections in a directors project map to your database tables, they are not directly equivalent. Collections are your tables, plus the additional metadata required for Directus to operate correctly. There are 2 types of collections. All Directus specific settings and data are held in system collections created and managed by Directus and never in your existing database tables. This includes user related data, including sessions, data around our automation features, activity and revision logging, and more. As an aside, it means that you can effectively remove Directus if desired with no Directus specific data left behind. We believe it's important to put you in control of your data. And while we hope you'll use directors for months years to come, you can jump out at any time. To stop running the application, delete the tables that start with directors underscore, and it's like we were never there. User collections are created directly in your database or via directors. They describe your project's data models. Let's talk about what goes into a collection. Each collection has a unique name and strategy for creating a primary key for each item, which includes an auto incrementing number, a UUID, or a manually entered string. At the time of creating a collection, directors can also set up some common optional fields, including status, thought, created date, created by, and so on. Next is fields. Like collections are to tables, directors fields map to fields in your database, but contain additional metadata about how they are shown in the editor within layout and in relational fields. When creating a field, the first thing to choose is the interface, which you can think of as the form input type. Directus has many built in interfaces, including a rich text editor, a map, a file picker, and more. And you can download additional ones from the Directus marketplace. Directus also supports all standard relationship types, as well as a few more of its own compound types, which are custom tailored to make common but complex tasks easier. When creating a many to many or what we call a many to any builder relationship, directors will create the junction collection for you automatically. There are a whole set of display and validation options available for each field, which you can then configure directly from the data model settings. A quick aside that Director supports bringing an existing database, there are some first time setup needed in the data model settings to configure them with the additional details needed to turn them into directors collections. This is all done in the Data Studio data model settings and is similar to when you create new collections. Directus Explore allows you to display and query items in a collection. Data is represented as it is stored in your database with display templates allowing custom representation with inline text, image thumbnails, dates, numbers, or anything else. Data can be displayed in any of the default or installed layouts, each with their own configuration options. Layouts include a table, Kanban board, gallery, calendar, and map, with more available in the Directus marketplace. Now, at the top of layouts, Directus Explore has a search, which uses all top level string, text, number, and UUID fields, but also has a very powerful filter interface. You can add single filters or multiple using the and and all groups, which can then be nested. You can use the provided variables to refer to the current user or roles. Once you have everything set up the way you like, you can create a preset. Presets are saved views that contain a search, filters, sorts, visible fields, and layout information. They can be saved for all users or specific roles or users. This allows you to create views that are more relevant to your different teams and stakeholders. Director's editor allows you to display, edit, and preview items in your collections. This page also includes options for archiving, reverting, versioning, and commenting on an item. In the editor, the field settings from when you configure the data model are applied. This includes their chosen interfaces, position, and size, validations, conditional visibility, and more. There is a live preview that can show your changes in your real application as you save them. So you know what it will look like once you publish or rebuild your site. To use live preview, you need to have correctly configured your external application, but we have guides in our docs to help you with this. Content versioning allows teams to create and manage different versions of their content. There are several reasons to use content versioning, including drafting content without publishing it and more ways to collaborate with others. At any point, a content version can be created and worked on in isolation. Then when ready, a content version can be promoted to become the new main version. We have a UI to select which edited field should be promoted, if not all of them. And all changes made on an item are stored in the revision history along with who made them, which is great for both accountability and also reverting changes if needed. Directus has a lot of flexibility around translations, but it's important to note that there are 2 distinct types of translation. 1, within the data studio web application that serves your team, and 2, in the content and data that you actually author. Many parts of the Director's Data Studio are already translated into over 30 languages. This includes all UI elements and descriptions. We support community contributions to both increase the coverage for existing languages and to support new ones. When creating collections and fields, you can set translations of names, which will be reflected if the user changes their language Data Studio. And in any other field across Directus, for example, in field descriptions, you can utilize translation strings, which can be set up in your project settings. For content translations, Directus has a dedicated translations interface to configure and author multilingual content. And that's a very quick summary of data management inside of Directus. If you have any questions, please feel free to reach out, and we'll see you in the next video.","958be259-c514-4549-9588-22a140f23427","published",[21],"d180947c-749e-4607-83c9-88b8a59ab770",[],{"show":24},{"id":25,"title":26,"logo":27,"cover":28,"tile":29,"announcement_text":12,"description":30,"slug":31,"one_liner":32,"card_text":12,"status":19,"sort":12},"3a4b9e97-449f-4e24-b607-9ad1baee2441","Directus Academy","82d9be2b-1154-40b5-a118-a5e615b64429","6eca7da2-0dbb-4a2d-a96f-6a9c2a614cce","bd5e0d7c-fd4f-4225-af71-dedb154be371","In this series, we will introduce you to many parts of the Directus platform. We won't go into a huge amount of depth on each tool, but will ensure that you understand what it is capable of, when you can use it in your projects, and know where to look for more information.","directus-academy","Learn about each of Directus' building blocks in this tour of the platform.",{"items":34},[35,58,78,98],{"id":36,"title":37,"url":12,"page":12,"children":38},"522e608a-77b0-4333-820d-d4f44be2ade1","Solutions",[39,44,49,54],{"id":40,"title":41,"url":12,"page":42},"fcafe85a-a798-4710-9e7a-776fe413aae5","Headless CMS",{"permalink":43},"/solutions/headless-cms",{"id":45,"title":46,"url":12,"page":47},"79972923-93cf-4777-9e32-5c9b0315fc10","Backend-as-a-Service",{"permalink":48},"/solutions/backend-as-a-service",{"id":50,"title":51,"url":12,"page":52},"0fa8d0c1-7b64-4f6f-939d-d7fdb99fc407","Product Information",{"permalink":53},"/solutions/product-information-management",{"id":55,"title":56,"url":57,"page":12},"63946d54-6052-4780-8ff4-91f5a9931dcc","100+ Things to Build","https://directus.io/blog/100-tools-apps-and-platforms-you-can-build-with-directus",{"id":59,"title":60,"url":12,"page":12,"children":61},"8ab4f9b1-f3e2-44d6-919b-011d91fe072f","Resources",[62,66,70,74],{"id":63,"title":64,"url":65,"page":12},"f951fb84-8777-4b84-9e91-996fe9d25483","Documentation","https://docs.directus.io",{"id":67,"title":68,"url":69,"page":12},"366febc7-a538-4c08-a326-e6204957f1e3","Guides","https://docs.directus.io/guides/",{"id":71,"title":72,"url":73,"page":12},"aeb9128e-1c5f-417f-863c-2449416433cd","Community","https://directus.chat",{"id":75,"title":76,"url":77,"page":12},"da1c2ed8-0a77-49b0-a903-49c56cb07de5","Release Notes","https://github.com/directus/directus/releases",{"id":79,"title":80,"url":12,"page":12,"children":81},"d61fae8c-7502-494a-822f-19ecff3d0256","Support",[82,86,90,94],{"id":83,"title":84,"url":85,"page":12},"8c43c781-7ebd-475f-a931-747e293c0a88","Issue Tracker","https://github.com/directus/directus/issues",{"id":87,"title":88,"url":89,"page":12},"d77bb78e-cf7b-4e01-932a-514414ba49d3","Feature Requests","https://github.com/directus/directus/discussions?discussions_q=is:open+sort:top",{"id":91,"title":92,"url":93,"page":12},"4346be2b-2c53-476e-b53b-becacec626a6","Community Chat","https://discord.com/channels/725371605378924594/741317677397704757",{"id":95,"title":96,"url":97,"page":12},"26c115d2-49f7-4edc-935e-d37d427fb89d","Cloud Dashboard","https://directus.cloud",{"id":99,"title":100,"url":12,"page":12,"children":101},"49141403-4f20-44ac-8453-25ace1265812","Organization",[102,107,113,117],{"id":103,"title":104,"url":105,"page":106},"1f36ea92-8a5e-47c8-914c-9822a8b9538a","About","/about",{"permalink":105},{"id":108,"title":109,"url":110,"page":111},"b84bf525-5471-4b14-a93c-225f6c386005","Careers","#",{"permalink":112},"/careers",{"id":114,"title":115,"url":116,"page":12},"86aabc3a-433d-434b-9efa-ad1d34be0a34","Brand Assets","https://drive.google.com/drive/folders/1lBOTba4RaA5ikqOn8Ewo4RYzD0XcymG9?usp=sharing",{"id":118,"title":119,"url":12,"page":120},"8d2fa1e3-198e-4405-81e1-2ceb858bc237","Contact",{"permalink":121},"/contact",{"items":123},[124,130,136,142],{"id":125,"title":126,"url":12,"page":127,"children":129},"8a1b7bfa-429d-4ffc-a650-2a5fdcf356da","Cloud Policies",{"permalink":128},"/cloud-policies",[],{"id":131,"title":132,"url":110,"page":133,"children":135},"bea848ef-828f-4306-8017-6b00ec5d4a0c","License",{"permalink":134},"/bsl",[],{"id":137,"title":138,"url":110,"page":139,"children":141},"4e914f47-4bee-42b7-b445-3119ee4196ef","Terms",{"permalink":140},"/terms",[],{"id":143,"title":144,"url":110,"page":145,"children":147},"ea69eda6-d317-4981-8421-fcabb1826bfd","Privacy",{"permalink":146},"/privacy",[],{"description":149},"\u003Cp>A composable backend to build your Headless CMS, BaaS, and more.&nbsp;\u003C/p>",[151,227,294,324,404,470,530,578,606],{"id":152,"title":153,"shows":154},"40a4541a-79b6-4bf6-bc02-6d5febbbfaae","Code With Us",[155,165,175,185,196,206,217],{"shows_id":156},{"id":157,"title":158,"logo":159,"cover":160,"tile":161,"announcement_text":12,"description":162,"slug":163,"one_liner":164,"card_text":12,"status":19,"sort":13},"fb9d1e83-52ea-4ab2-9ef9-23309f9b955d","100 Apps In 100 Hours","e6bba7c4-2ae2-4798-9ee9-d3b6a043b09e","d86c91af-e1e4-4f2f-9908-9fa6e322bb4c","fb0f9d45-be21-4634-94d4-2ef1cc5146f2","Follow Bryant as he embarks on missions to speed-build apps using Directus, within a tight limit of just 60 minutes. Armed with Directus and any other essential tools, his goal is to either fully develop the app's core functionality, or make significant progress, within the allotted hour.","100-apps-100-hours","One project. Just sixty minutes on the clock. Will Bryant get it built? Tune in to find out.",{"shows_id":166},{"id":167,"title":168,"logo":169,"cover":170,"tile":171,"announcement_text":12,"description":172,"slug":173,"one_liner":174,"card_text":12,"status":19,"sort":12},"c266c576-a3d2-4e32-9411-3dfe86bb3a5e","Short Hops","406bf00a-8810-43bd-a86e-f2ef1cc6de01","d27ed5b8-e7cc-4961-bce1-85c46491334a","2166990a-8dbf-4956-8b25-11b72ad203d5","Directus is a super powerful data platform, and as you work with it more it's true power can be realized. In Short Hops, our team provide quick insights in how to get the most from Directus.","short-hops","Quick tips, tricks, and ideas to get the most from Directus and become a power user.",{"shows_id":176},{"id":177,"title":178,"logo":179,"cover":180,"tile":181,"announcement_text":12,"description":182,"slug":183,"one_liner":184,"card_text":12,"status":19,"sort":12},"a4a62fc4-fdc7-47ae-8b47-190abc5cfde9","Stack Up","52209927-17f2-4634-9f37-9a68548313a2","f0339cde-4b60-4d45-a030-f8a11b87938b","fcc131d2-1a51-4f6b-8a6b-fa6b7c3700bd","Each episode of Stack Up is the same getting started project with Directus, but with a different framework. Our goal is to show you the nuance of working with the Directus SDK in these environments so you can get started quicker. ","stack-up","Get started with the Directus SDK and your favorite framework.",{"shows_id":186},{"id":187,"title":188,"logo":189,"cover":190,"tile":191,"announcement_text":12,"description":192,"slug":193,"one_liner":194,"card_text":12,"status":19,"sort":195},"dcc3b569-c1c2-4aa0-a011-476cca3c24bc","Quick Connect","a67e7fee-ae02-4fb8-8d73-fe615b01ac43","adbaf7ab-2d65-4b0b-bc2a-50f011cc08f5","1171b046-491e-4cfb-a68c-527b89c2c348","Each episode of ‘Quick Connect’ is a mini-masterclass, showcasing the power of integrating third-party services into your Directus project. Whether it's crafting a custom workflow or adding a unique extension, we'll guide you through the process in easy-to-follow steps.","quick-connect","Learn how to integrate third-party services with Directus in just ten minutes.",7,{"shows_id":197},{"id":198,"title":199,"logo":200,"cover":201,"tile":202,"announcement_text":12,"description":203,"slug":204,"one_liner":205,"card_text":12,"status":19,"sort":12},"d3f716a9-466c-4f77-a747-b4c4b0f591df","Make It Realtime","67b524c8-0169-4a62-9859-983b2d185ad5","980881b3-57d2-4df4-ac5a-6e61062fb09d","8766b179-49b5-48c8-a68b-5846cac82596","A technical tutorial series centered around Directus Realtime, where you are guided through leveraging WebSockets to build applications, highlighting how to keep data in sync, respect user permissions, and build unforgettable user experiences.","make-it-realtime","Learn how to use Directus Realtime in series of technical tutorials.",{"shows_id":207},{"id":208,"title":209,"logo":210,"cover":211,"tile":212,"announcement_text":12,"description":213,"slug":214,"one_liner":215,"card_text":12,"status":19,"sort":216},"d9e33574-a24f-4f18-b7f5-088b50a63010","Ready Set Battlesnake","8f23d280-2dae-451c-827a-78649c7f059b","9b6b5f23-fc75-4a87-abc5-f549224c3fcb","a9af3e01-33c2-4e06-8836-bcb759570406","Battlesnake is a popular competitive game where code is the controller and only one snake can win. Andrew and Kevin spend their episodes building a capable snake inside of a Directus project. ","ready-set-battlesnake","Join Andrew and Kevin as they build a Battlesnake with Directus.",4,{"shows_id":218},{"id":219,"title":220,"logo":221,"cover":222,"tile":223,"announcement_text":12,"description":224,"slug":225,"one_liner":226,"card_text":12,"status":19,"sort":12},"120b0b36-6171-451a-9fe6-92fe0ea666cd","Technically I'm Lost","3d9ba305-302a-4111-ac49-41280d3780c4","4de81e5f-8a48-4a5b-823a-fa6cd6418692","22981e24-bc02-46bb-99c7-dcb89a176267","TIL is an educational show where Matt Minor, a non-technical marketer, dives into the world of code, learning how to perform specific tasks live. In each episode, viewers witness Matt's journey as he tackles various technical challenges. Along the way, Matt shares his discoveries, successes, and occasional missteps, making tech more accessible to non-technical professionals.","technically-im-lost","Matt Minor learns technical topics live, supported by fellow team members.",{"id":228,"title":229,"shows":230},"1c9854b2-61d1-4812-a673-9f1890ddab68","Using Directus",[231,233,243,253,255,265,274,284],{"shows_id":232},{"id":25,"title":26,"logo":27,"cover":28,"tile":29,"announcement_text":12,"description":30,"slug":31,"one_liner":32,"card_text":12,"status":19,"sort":12},{"shows_id":234},{"id":235,"title":236,"logo":237,"cover":238,"tile":239,"announcement_text":12,"description":240,"slug":241,"one_liner":242,"card_text":12,"status":19,"sort":12},"9f10d27e-0df8-4574-a0c8-34bbd33f0943","Enter the Workshop","d9920cd0-d3ea-474b-97ec-9b951bf784e7","a58e5acf-a9f8-4fa0-acfe-39d3951f775c","e9e9a7a1-29f9-4bab-b486-d75e385a9d13","Join members of the core team and special guests for workshops on using Directus. Each workshop will focus on a different technology or use case and will take you step by step through building with Directus.","enter-the-workshop","Join our core team and special guests for workshops on using Directus.",{"shows_id":244},{"id":245,"title":246,"logo":247,"cover":248,"tile":249,"announcement_text":12,"description":250,"slug":251,"one_liner":252,"card_text":12,"status":19,"sort":12},"b3b0f87f-8572-4940-b611-a58fd2423a65","Discover Directus","442c2aa6-f88c-4cc4-9a29-c3d0f518a2ba","dd348526-9003-48f8-bdaa-2d5f595c83a3","80425713-682a-487d-b072-dc0b0a0942d0","Directus is the leading Composable Data Platform democratizing access to data. We provide tools that developers love, and a no-code web application for everyone to safely work with data. In this series, our CEO Ben and CTO Rijk provide platform demos at various lengths so you can get to know the platform.","discover-directus","Walkthrough demos of Directus from our founders in 5, 10, and 30 minutes. ",{"shows_id":254},{"id":198,"title":199,"logo":200,"cover":201,"tile":202,"announcement_text":12,"description":203,"slug":204,"one_liner":205,"card_text":12,"status":19,"sort":12},{"shows_id":256},{"id":257,"title":258,"logo":259,"cover":260,"tile":261,"announcement_text":12,"description":262,"slug":263,"one_liner":264,"card_text":12,"status":19,"sort":12},"3e7a0899-2219-4b9d-98fd-ee1a1b73a8be","Mastering AgencyOS","3d4eb724-53c1-4b1f-acd6-edb2216d37dd","c805ee1a-ce13-447e-95ed-d093c3a97d0e","e8f99ff6-f500-4a05-9238-b44f2b607932","Be expertly guided through setting up and maximizing the benefits of AgencyOS, Directus' comprehensive toolkit for fast-moving teams. Get step-by-step instructions to transform your digital agency's operations with a custom-built operating system, including CRM tools, client portals, and a customizable agency website.\n","mastering-agencyos","A guided set up of AgencyOS - our comprehensive toolkit for fast-moving teams.",{"shows_id":266},{"id":267,"title":76,"logo":268,"cover":269,"tile":270,"announcement_text":12,"description":271,"slug":272,"one_liner":273,"card_text":12,"status":19,"sort":12},"8cf3e543-24db-4bc7-b6bb-f8b988528405","0048f737-54fb-4618-b140-f05501b09a35","10d3f769-7457-44bb-8cbc-398fe745148e","95d3d431-ab0d-433d-b1fd-0bcb0bee4619","Your go-to source for understanding the evolving landscape of Directus through detailed and engaging overviews of our newest product updates and features. In each episode, we not only delve into what's new and notable in Directus, but also shine a spotlight on the valuable contributions from our community.","release-notes","Quick rundowns of what's new in each important Directus release, with thanks to our community.",{"shows_id":275},{"id":276,"title":277,"logo":278,"cover":279,"tile":280,"announcement_text":12,"description":281,"slug":282,"one_liner":283,"card_text":12,"status":19,"sort":12},"c248c0ef-2c20-4465-a2fb-54a805f13ee1","Directus AI","d42589f0-c20b-4f8e-9dbe-7d2a6fb3ea8f","42602785-c25e-4a27-b873-47abdee0fa5d","b3609dd7-2fea-4925-ae4a-8a4a69a1b64b","With Directus AI, we are providing new ways to augment what parts of Directus can do with best-in-class platforms. Learn about what's new and available in the Directus Marketplace.","ai","Take a look at the AI extensions we've built for Directus Automate.",{"shows_id":285},{"id":286,"title":287,"logo":288,"cover":289,"tile":290,"announcement_text":12,"description":291,"slug":292,"one_liner":293,"card_text":12,"status":19,"sort":12},"24008997-801f-48ef-9c21-30a478419242","Leap Week","70b6dd88-9ffa-456c-864f-06c2d45c355d","5c2ffa04-9e95-48b6-89cd-62f8ee8d3911","62816023-fa7e-4a76-b9a1-2733ee2093a6","Leap Weeks are where the Directus Core Team present what's new and upcoming for Directus users, developers, and extension builders. Catch up with announcements on-demand on Directus TV.","leap-week","Catch up with Leap Week product announcements and sessions on-demand.",{"id":295,"title":296,"shows":297},"20371454-867c-4f12-a6a4-99be2a5b75a4","Use Cases",[298,300,302,312,314],{"shows_id":299},{"id":157,"title":158,"logo":159,"cover":160,"tile":161,"announcement_text":12,"description":162,"slug":163,"one_liner":164,"card_text":12,"status":19,"sort":13},{"shows_id":301},{"id":187,"title":188,"logo":189,"cover":190,"tile":191,"announcement_text":12,"description":192,"slug":193,"one_liner":194,"card_text":12,"status":19,"sort":195},{"shows_id":303},{"id":304,"title":305,"logo":306,"cover":307,"tile":308,"announcement_text":12,"description":309,"slug":310,"one_liner":311,"card_text":12,"status":19,"sort":12},"8422d0cf-3adb-4dc6-93c6-0e6fafebac43","Content Power Hour","6f1a0cab-b991-485c-8960-22991630db66","06533309-b520-4714-9ddb-39971853a565","350a98a2-d555-4a00-9821-65a8c6c1585d","Join our in-house marketer Matt as he powers through content creation in the modern age. In each episode, Matt takes ideas to finished content using a variety of AI tools and workflows - no script, no retakes, just authentic \"vibe contenting.\" ","content-power-hour","Watch a marketer build real content with AI in real-time - hiccups, breakthroughs, and all. ",{"shows_id":313},{"id":257,"title":258,"logo":259,"cover":260,"tile":261,"announcement_text":12,"description":262,"slug":263,"one_liner":264,"card_text":12,"status":19,"sort":12},{"shows_id":315},{"id":316,"title":317,"logo":318,"cover":319,"tile":320,"announcement_text":12,"description":321,"slug":322,"one_liner":323,"card_text":12,"status":19,"sort":12},"c688c2d8-afc0-4175-864c-1c31c1338ccd","Democratizing Data","c3a90293-6821-4a56-a056-282d4f7756fa","5d8979c3-a62f-46f9-a4cd-6dff697d120d","baf30cae-71f1-4a82-88bc-6c882101e175","There is so much wonderful open data out there, but most is locked in CSV files never to be looked at again. In Democratizing Data, we bring new life to open data with the help of Directus. We import, explore, visualize, and access data via API to build new applications.","democratizing-data","Bringing new life to open data with the help of Directus.",{"id":325,"title":326,"shows":327},"30c21e82-f095-44f6-96b7-74e0a059ebde","Directus Features",[328,340,348,358,368,378,388,390,400,402],{"shows_id":329},{"id":330,"title":331,"logo":332,"cover":333,"tile":334,"announcement_text":335,"description":336,"slug":337,"one_liner":338,"card_text":339,"status":19,"sort":13},"7f15853d-146d-4bc2-8be4-2ff4b5f0ac0c","Directus MCP Server","585f431e-5771-4610-9676-e8563022f6ac","23596e6e-aa87-475f-b1cf-8c8b8b0f7926","573a0fb2-4e86-4d87-a7ab-d4f06283b79a","New series: Master AI-powered content workflows with Directus MCP Server","Learn how to integrate Directus with AI tools using the Model Context Protocol (MCP). This comprehensive series covers installation, configuration, and practical workflows for content creators and developers looking to streamline their content management with AI assistance.","directus-mcp-server","AI-powered content management with Directus and MCP","New",{"shows_id":341},{"id":342,"title":343,"logo":332,"cover":333,"tile":344,"announcement_text":339,"description":345,"slug":346,"one_liner":347,"card_text":339,"status":19,"sort":12},"5938933b-ddff-4283-ae4c-e0460e85112a","MCP Showcase","ec743a55-2bce-414f-aa55-2c3aa3b32b6b","Catch up on our MCP Showcase event - ​where we demoed the MCP live, featured what our community had already built, and kicked off an MCP hackathon with great prizes.","mcp-showcase","Catch our MCP Showcase from 20th November on demand.",{"shows_id":349},{"id":350,"title":351,"logo":352,"cover":353,"tile":354,"announcement_text":12,"description":355,"slug":356,"one_liner":357,"card_text":12,"status":19,"sort":12},"541d8c8c-142d-4915-bd42-8aa9b0aaec34","Authentication Avenue","53166ec0-d730-406f-8a8f-192b9d162b78","10550da3-8877-45ce-bdde-5c33fb0e5e42","17eeb7e8-08e3-4a21-8bc0-d27857ac8df6","Directus Auth is super powerful, and we want you to better understand it. Through easy-to-follow guides, you will learn about all things authentication, authorization, and access control. We'll cover both concepts and real-world applications as we cover topics like tokens, policies, and single sign-on.","authentication-ave","Take a journey down all things authentication, authorization, and access control.",{"shows_id":359},{"id":360,"title":361,"logo":362,"cover":363,"tile":364,"announcement_text":12,"description":365,"slug":366,"one_liner":367,"card_text":12,"status":19,"sort":12},"e47319b6-40fb-405f-bb35-dd8856dabcd8","Translation Station","167869af-12a1-4424-abd2-b543f8a51804","2465f738-afff-4d47-9437-52fd0ac0f407","c6dd5226-affd-4847-af39-b1a2009cdb5e","Translation Station is a series exploring the vast opportunities for localization in Directus. It covers topics from translating the Directus codebase, translation strings, translating your content, and accessing your translated content via the Directus APIs.","translation-station","Learn how to use translation as part of Directus’ multiple features",{"shows_id":369},{"id":370,"title":371,"logo":372,"cover":373,"tile":374,"announcement_text":12,"description":375,"slug":376,"one_liner":377,"card_text":12,"status":19,"sort":12},"8056fe95-ffe5-47d3-b325-efc637ae00b1","Uncharted Territory","436abe36-4e30-4233-8642-b1865056f38c","8d428ac5-50f1-4a5e-b4f9-4fdeed140762","b054cc12-4cb6-4d06-bb24-e6f86d632fe3","Uncharted Territory is a series exploring the vast opportunities of working with geospatial data using Directus. It covers topics from the different GeoJSON formats, how to use the map layout, and building projects that use geospatial data.","uncharted-territory","Learn how to work with geospatial data using Directus.",{"shows_id":379},{"id":380,"title":381,"logo":382,"cover":383,"tile":384,"announcement_text":12,"description":385,"slug":386,"one_liner":387,"card_text":12,"status":19,"sort":12},"bdefc4e8-45fb-4cdd-a0e8-1fd4ac654bb4","Sharp Focus","7aeb9d11-7958-4493-a5ef-0cfd788a244e","8e80442a-ceaa-4001-b4cd-2d0ab03ce0cd","aa4f547b-33cf-4b5a-beb3-55ec99383ba7","Sharp Focus is a series exploring the powerful image transformation capabilities in Directus. The show covers essential topics from basic image transformations to advanced manipulation techniques, diving into size optimization, performance considerations, and preset transformations for automated workflows. Each episode demonstrates how to leverage Directus's full integration with the Sharp API to perform sophisticated image processing tasks on the fly.","sharp-focus","Learn how to use image transformation as part of Directus Files.",{"shows_id":389},{"id":276,"title":277,"logo":278,"cover":279,"tile":280,"announcement_text":12,"description":281,"slug":282,"one_liner":283,"card_text":12,"status":19,"sort":12},{"shows_id":391},{"id":392,"title":393,"logo":394,"cover":395,"tile":396,"announcement_text":12,"description":397,"slug":398,"one_liner":399,"card_text":12,"status":19,"sort":12},"aa913777-6d1e-4cb5-9cd4-1a3111576fa5","The Joy of Theming","bd312523-3646-4aae-9883-cd955e5f72f4","f6c5d938-9c68-404f-852d-7aa7e715ca1a","1a50a74b-b774-4fca-9264-88a55d956b5b","In this chill and laid back show, Bry (totally not Bryant in a wig) will use the powerful Directus theming engine to create new masterpieces. There’s only happy little accidents in this show, and it’s a fun look into what you can do to make Directus feel more like… you. ","joy-of-theming","Explore the Directus theming engine with the help of Bry Ross in these laid back classes.",{"shows_id":401},{"id":198,"title":199,"logo":200,"cover":201,"tile":202,"announcement_text":12,"description":203,"slug":204,"one_liner":205,"card_text":12,"status":19,"sort":12},{"shows_id":403},{"id":187,"title":188,"logo":189,"cover":190,"tile":191,"announcement_text":12,"description":192,"slug":193,"one_liner":194,"card_text":12,"status":19,"sort":195},{"id":405,"title":406,"shows":407},"e4652b88-b34f-4ed8-9b54-a51da0f56fec","Interviews",[408,418,429,440,450,460],{"shows_id":409},{"id":410,"title":411,"logo":412,"cover":413,"tile":414,"announcement_text":12,"description":415,"slug":416,"one_liner":417,"card_text":12,"status":19,"sort":12},"d769481b-7993-41cc-bf28-13b7f631455c","Beyond the Core","eb05425a-bf42-4246-af64-d5aa38cf8347","774fde33-6c2e-4281-bf12-cc408c4de7eb","67399d60-cf53-404b-b5d4-a35b52850130","We love extension builders! In Beyond the Core, Esther invites developers to show off the Directus extensions they have built, why they built them, and talk about interesting parts of their development process.","beyond-the-core","Esther chats with developers who build extensions for Directus about their projects.",{"shows_id":419},{"id":420,"title":421,"logo":422,"cover":423,"tile":424,"announcement_text":12,"description":425,"slug":426,"one_liner":427,"card_text":12,"status":19,"sort":428},"0589509a-8e0a-4640-a3ca-1e6604b3e5f3","Trace Talks","8b040ded-c51d-4436-9bb2-df0a79ef6890","5c623bf1-4ade-48e6-87d3-c42d2fda413d","c3914dd2-0a22-4214-a2ac-8314b7a56c27","Deep-dive interviews with senior engineering leaders, hosted by John and Pedro, providing a unique glimpse into the philosophies and experiences of tech innovators, offering valuable insights for developers and engineers looking to advance their careers and tech leaders seeking fresh ideas.","trace-talks","Deep-dive interviews with senior engineering leaders about their careers.",3,{"shows_id":430},{"id":431,"title":432,"logo":433,"cover":434,"tile":435,"announcement_text":12,"description":436,"slug":437,"one_liner":438,"card_text":12,"status":19,"sort":439},"c5fdfb27-4949-4b06-85b3-0020a06ca3a8","Learning Things I Love To Hate","4a6f2e87-16d2-4a26-a963-d388fde1c26c","511d1f2c-5b6d-4976-a7da-cfe10220d523","4a962a76-2351-477b-be15-c3f1fca6f82b","Join Kevin while he stops avoiding technologies with the help of his friends. Whether based in skepticism or understanding, each guest will help you navigate complex and interesting topics.","learning-things-i-love-to-hate","Kevin stops avoiding technologies and learns them with the help of his friends.",5,{"shows_id":441},{"id":442,"title":443,"logo":444,"cover":445,"tile":446,"announcement_text":12,"description":447,"slug":448,"one_liner":449,"card_text":12,"status":19,"sort":12},"9f848853-05b6-463e-96de-3fef244613b5","Bridging Bytes","89f4bcdf-4e43-4751-be4f-4d2385ab92f2","835e1835-66b7-4a56-bd03-6ad8cd4052ce","41d22af0-1a92-46d9-ae97-dd6228b279a3","We bring together leaders from different corners or tech to discuss the past, present, and future of technology trends. It's packed full of great insights and tool from people in companies you know and love.  ","bridging-bytes","Panel discussions with tech leaders to discuss the past, present, and future of trends.",{"shows_id":451},{"id":452,"title":453,"logo":454,"cover":455,"tile":456,"announcement_text":12,"description":457,"slug":458,"one_liner":459,"card_text":12,"status":19,"sort":12},"95b9e28b-c72e-473c-a99c-41f83f4a62ff","I Made This","ddac52a0-d363-4393-b918-cba141fdd128","75b998fa-4d3a-4507-a523-3f4cbf0ac883","1e087400-d8fc-417d-a7c2-50283beb9996","In 'I Made This,' dive into engaging conversations with developers who use Directus, as they showcase their unique projects and share their creative work. This series highlights a diverse range of fascinating use cases, offering insights into the versatility and power of Directus in bringing ideas to life.\n","i-made-this","Conversations with developers who have built cool things with Directus.",{"shows_id":461},{"id":462,"title":463,"logo":464,"cover":465,"tile":466,"announcement_text":12,"description":467,"slug":468,"one_liner":469,"card_text":12,"status":19,"sort":12},"91136fb9-7a6e-48cd-a789-e824eeb01cac","Client Cache","587867ee-0049-4c47-b991-066a8f1d3377","6d4c870e-d710-4cb6-8c0f-4e93e3f9f9ff","df73ec23-c14f-4dad-85d2-9366fcffdf05","Learn about Directus' customer stories, highlighting one project per episode, each will focus on learning more about the ideas, challenges faced and how Directus was able to work for them.","client-cache","Customer stories exploring the projects that use Directus as their solution.",{"id":471,"title":72,"shows":472},"9eb01adf-2a3e-42b5-aaba-96ab5b9bb792",[473,483,493,495,506,508,518,528],{"shows_id":474},{"id":475,"title":476,"logo":477,"cover":478,"tile":479,"announcement_text":12,"description":480,"slug":481,"one_liner":482,"card_text":12,"status":19,"sort":12},"325db7c3-f62a-484d-883e-b49f08738e2b","The Changelog","a11abcbb-e1b8-446d-a1ad-d67d035f02c3","30bbf32f-0846-4275-8da4-4816a8171c50","de6f3b4b-3c36-4142-819b-3312690e08a1","Each month, some of the Directus team talk through what’s new including core releases, new content and new extensions, plus guests showcasing community highlights.","the-changelog","A monthly rundown of what is new with Directus.",{"shows_id":484},{"id":485,"title":486,"logo":487,"cover":488,"tile":489,"announcement_text":12,"description":490,"slug":491,"one_liner":492,"card_text":339,"status":19,"sort":12},"100ece4f-6a6b-4e33-b6b3-114924af66f5","The Directus Community Hopline","a118dcab-c029-47bd-9b2e-ba3274589e45","ba68d8b6-0b80-4b5c-af0e-ceffd45c37f4","548ab4bb-5825-4b21-921f-176b0890664e","Each episode, Bryant picks a community question from the forum to answer in depth.","community-hopline","Join Bryant as he deep dives into community questions.",{"shows_id":494},{"id":442,"title":443,"logo":444,"cover":445,"tile":446,"announcement_text":12,"description":447,"slug":448,"one_liner":449,"card_text":12,"status":19,"sort":12},{"shows_id":496},{"id":497,"title":498,"logo":499,"cover":500,"tile":501,"announcement_text":12,"description":502,"slug":503,"one_liner":504,"card_text":12,"status":19,"sort":505},"ba555b5a-0190-4595-bb73-bad34dc78a21","What's In Your Dock","80acda31-7027-4103-adee-ca49a8dcdc69","33496793-bddf-43f7-beb4-a55fd95482cd","8dba05fa-504f-4abc-865f-174d07fac140","The applications and utilities someone installs on their computer can reveal a great deal about their preferences and workflow. We delve into the digital toolkit of productive people and take a peek at the software, hardware, and analog tools they use to in their day-to-day life.","whats-in-your-dock","Learn about the software, hardware, and analog tools that support really productive people.",2,{"shows_id":507},{"id":452,"title":453,"logo":454,"cover":455,"tile":456,"announcement_text":12,"description":457,"slug":458,"one_liner":459,"card_text":12,"status":19,"sort":12},{"shows_id":509},{"id":510,"title":511,"logo":512,"cover":513,"tile":514,"announcement_text":12,"description":515,"slug":516,"one_liner":517,"card_text":12,"status":19,"sort":12},"8cf6395d-10fb-4df9-9e47-67d1ee4549eb","Request Review","4b62303e-8f45-4e0f-a6f1-6655eda22768","57daf252-741d-411e-af51-9cfd54d5eb48","73687d01-3734-4c28-aef7-e6fa8db4cf1e","In Request Review, we open the floor to discuss complex feature requests with you - our community - to better understand what implementation would make most sense.","request-review","Join our team discuss complex feature requests and figure out what's next.",{"shows_id":519},{"id":520,"title":521,"logo":522,"cover":523,"tile":524,"announcement_text":12,"description":525,"slug":526,"one_liner":527,"card_text":12,"status":19,"sort":12},"563b467f-a99a-49e3-8612-ca25d6829182","Around the World","833ec641-2653-483b-8e39-622e37d42d4d","f6039176-76a2-419e-86a8-f80695c635bd","430ec649-8c29-4657-9425-2981fbae18c6","Directus hosts several regional user groups around the world. They meet in-person to show the cool and interesting things build with and for Directus. These are the recordings.","around-the-world","Enjoy talk recordings from our regional in-person user groups around the globe.",{"shows_id":529},{"id":410,"title":411,"logo":412,"cover":413,"tile":414,"announcement_text":12,"description":415,"slug":416,"one_liner":417,"card_text":12,"status":19,"sort":12},{"id":531,"title":532,"shows":533},"599f958c-3ebe-474a-82b3-185eb35a8a53","Coffee Break",[534,544,554,564,574,576],{"shows_id":535},{"id":536,"title":537,"logo":538,"cover":539,"tile":540,"announcement_text":12,"description":541,"slug":542,"one_liner":543,"card_text":12,"status":19,"sort":12},"ecbc473b-0b19-4770-9f31-144d5a183e1e","Bobby Tail's Little Library","07ce521a-fa4e-4266-98db-da1dbdaae357","f4d6bbc5-1c86-4284-988b-4d7ef6692d2b","026dfc10-5147-4c41-b2dc-7648090324b3","Bobby Tail's Little Library is a narrated story book for all ages! Settle in, grab a cozy blanket, and follow along with Bobby Tail as we learn about Directus.","bobby-tails-little-library","Join Bobby Tail as he builds his library, makes new friends, and learns a lot about Directus along the way.",{"shows_id":545},{"id":546,"title":547,"logo":548,"cover":549,"tile":550,"announcement_text":12,"description":551,"slug":552,"one_liner":553,"card_text":12,"status":19,"sort":12},"1e9d2e3a-7688-4615-a4c9-457bc1982d1b","Dev Thoughts","1acb8e67-5bcd-421c-b4e3-f682cb303a67","3f918058-abae-4d99-915e-6d03491c9aaa","4fd2e1e8-2386-4d3a-9880-08ac1661710a","Short, witty monologues that offer a playful and introspective look at the quirky realities of modern software development. Each sketch presents a unique and humorous perspective, turning everyday coding scenarios into moments of lighthearted reflection.","dev-thoughts","Short, witty monologues on the quirky realities of modern software development.",{"shows_id":555},{"id":556,"title":557,"logo":558,"cover":559,"tile":560,"announcement_text":12,"description":561,"slug":562,"one_liner":563,"card_text":12,"status":19,"sort":12},"9530c399-7261-4a1a-94bf-7c71969795fe","Automate My Life!","38071594-53b2-4409-9cfd-36599a961e46","e893389b-4089-47c5-bbff-c4e82bbc5da8","5363212a-9279-4b3d-a132-4bc828f48c33","\"Automate My Life!\" reimagines the classic DIY show format for the digital age, following our host as they meet people whose lives could be transformed through the power of automation. In each episode, the host brings real-world problems to the Directus workshop, where a team of experts crafts clever automated solutions.","automate-my-life","We help real people with real problems using Directus.",{"shows_id":565},{"id":566,"title":567,"logo":568,"cover":569,"tile":570,"announcement_text":12,"description":571,"slug":572,"one_liner":573,"card_text":12,"status":19,"sort":12},"dbc9f017-73c1-41d8-92e1-0c282b4aef71","From the Field","579fa80e-4d86-4ce7-8fb3-14b289953572","27098ccb-a48f-4c0b-b093-b74f641cd625","3684e84e-d66d-4aa2-bf24-6fd8304be7b2","John and Pedro rapidly answer questions they often hear when talking to Directus users and customers. ","from-the-field","Rapid answers for questions from Directus users and customers, answered by the Directus team. ",{"shows_id":575},{"id":267,"title":76,"logo":268,"cover":269,"tile":270,"announcement_text":12,"description":271,"slug":272,"one_liner":273,"card_text":12,"status":19,"sort":12},{"shows_id":577},{"id":167,"title":168,"logo":169,"cover":170,"tile":171,"announcement_text":12,"description":172,"slug":173,"one_liner":174,"card_text":12,"status":19,"sort":12},{"id":579,"title":580,"shows":581},"fc403a9a-1d84-40e3-b73f-549b93c240ad","Going Global",[582,592,594,604],{"shows_id":583},{"id":584,"title":585,"logo":586,"cover":587,"tile":588,"announcement_text":12,"description":589,"slug":590,"one_liner":591,"card_text":12,"status":19,"sort":12},"e076c58d-81ee-461f-a67e-7b6374953292","Agency Corner","e3be6f3e-35e6-41cb-b929-59adcc6d552b","c1471208-baba-487e-85dd-7f9e063b1c6c","ae234f44-afa2-43af-89af-5b05b19428ba","In Agency Corner we and the mic to some of our trusted Agency Partners, who we trust to build projects for our customers. You'll learn about who they are, what they do, and why you should get in touch.","agency-corner","Meet some of our Agency Partners and learn about their offerings.",{"shows_id":593},{"id":462,"title":463,"logo":464,"cover":465,"tile":466,"announcement_text":12,"description":467,"slug":468,"one_liner":469,"card_text":12,"status":19,"sort":12},{"shows_id":595},{"id":596,"title":597,"logo":598,"cover":599,"tile":600,"announcement_text":12,"description":601,"slug":602,"one_liner":603,"card_text":12,"status":19,"sort":12},"80b58974-59af-4108-870e-6bef37e45ab0","Directus Scenescapes","a1f0dbd4-66a3-4b01-b755-5b241491cccd","905ccafa-e84e-4ac5-8f1f-9c5e703467c0","010ce6ad-37e8-4172-a4ce-545c8efb3cf3","Accompanying live scenes from locations across the globe, use our upbeat and inspiring ambient music to find your flow and do your best work.","scenescapes","Use our upbeat and inspiring ambient music to find your flow and do your best work.",{"shows_id":605},{"id":520,"title":521,"logo":522,"cover":523,"tile":524,"announcement_text":12,"description":525,"slug":526,"one_liner":527,"card_text":12,"status":19,"sort":12},{"id":607,"title":608,"shows":609},"62407fd3-a630-48c2-b5e2-67e37915f59d","Behind the Curtain",[610,612,622,632],{"shows_id":611},{"id":510,"title":511,"logo":512,"cover":513,"tile":514,"announcement_text":12,"description":515,"slug":516,"one_liner":517,"card_text":12,"status":19,"sort":12},{"shows_id":613},{"id":614,"title":615,"logo":616,"cover":617,"tile":618,"announcement_text":12,"description":619,"slug":620,"one_liner":621,"card_text":12,"status":19,"sort":12},"3961133b-e16b-4351-903e-0d8d6ac0ff4c","Quarterly Customer Q&A","29a71694-1993-493f-bdec-f16e4071b4bf","d3f7513d-38ef-4284-8797-de1b7f9ac636","296f49ba-9fed-4055-9f0d-d61396d5aade","Join our Director of Customer Success Will for a summary of what's new and important in the world of Directus - from released and upcoming releases, changes at the company, and anything else important as we continue to work together.","quarterly-customer-qna","A customer summary of what's new and upcoming at Directus, along with company news.",{"shows_id":623},{"id":624,"title":625,"logo":626,"cover":627,"tile":628,"announcement_text":12,"description":629,"slug":630,"one_liner":631,"card_text":12,"status":19,"sort":12},"bdee500e-382c-4eeb-bf5b-1c4d3c39d35a","Digging the Rabbit Hole","3efa22ad-e45d-48bc-8aba-2bdcf5c4f1fb","2b253e0c-82fd-4ae8-9f68-aee91c2af69c","19c63cdb-35e3-457f-97fd-653500c9eff7","In this series, we cover Directus TV in full: the conception and inspiration, the technical setup, the lifecycle of a show from pitch to release, and how it’s been received so far. ","digging-the-rabbit-hole","Learn about Directus TV as a project - from conception to show creation and technical build.",{"shows_id":633},{"id":634,"title":635,"logo":636,"cover":637,"tile":638,"announcement_text":12,"description":639,"slug":640,"one_liner":641,"card_text":12,"status":19,"sort":642},"94965a81-5c52-4059-95a7-5e9b9e467e5b","Community Question Time","f8a7965b-9c52-4eb1-988a-ca8da5f87f1a","055eaa7b-ccd7-44a8-8b6f-5db9c714384c","8cb1690a-f634-40d8-b037-f37adcbafc84","We're a super transparent team, and in Community Question Time we open the floor to you — our community — to ask the questions on your mind. How do we make decisions? What's the deal with our investors? What's the bigger picture? All questions are welcome.","community-question-time","Ask our founders questions about the company behind Directus.",6,{"title":644,"live_link_on_home":645},"Directus MCP Showcase",false,{"reps":647},[648,704],{"name":649,"sdr":12,"link":650,"countries":651,"states":653},"John Daniels","https://meet.directus.io/meetings/john2144/john-contact-form-meeting",[652],"United States",[654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703],"Michigan","Indiana","Ohio","West Virginia","Kentucky","Virginia","Tennessee","North Carolina","South Carolina","Georgia","Florida","Alabama","Mississippi","New York","MI","IN","OH","WV","KY","VA","TN","NC","SC","GA","FL","AL","MS","NY","Connecticut","CT","Delaware","DE","Maine","ME","Maryland","MD","Massachusetts","MA","New Hampshire","NH","New Jersey","NJ","Pennsylvania","PA","Rhode Island","RI","Vermont","VT","Washington DC","DC",{"name":705,"link":706,"countries":707},"Michelle Riber","https://meetings.hubspot.com/mriber",[708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,685,896,897],"Albania","ALB","Algeria","DZA","Andorra","AND","Angola","AGO","Austria","AUT","Belgium","BEL","Benin","BEN","Bosnia and Herzegovina","BIH","Botswana","BWA","Bulgaria","BGR","Burkina Faso","BFA","Burundi","BDI","Cameroon","CMR","Cape Verde","CPV","Central African Republic","CAF","Chad","TCD","Comoros","COM","Côte d'Ivoire","CIV","Croatia","HRV","Czech Republic","CZE","Democratic Republic of Congo","COD","Denmark","DNK","Djibouti","DJI","Egypt","EGY","Equatorial Guinea","GNQ","Eritrea","ERI","Estonia","EST","Eswatini","SWZ","Ethiopia","ETH","Finland","FIN","France","FRA","Gabon","GAB","Gambia","GMB","Ghana","GHA","Greece","GRC","Guinea","GIN","Guinea-Bissau","GNB","Hungary","HUN","Iceland","ISL","Ireland","IRL","Italy","ITA","Kenya","KEN","Latvia","LVA","Lesotho","LSO","Liberia","LBR","Libya","LBY","Liechtenstein","LIE","Lithuania","LTU","Luxembourg","LUX","Madagascar","MDG","Malawi","MWI","Mali","MLI","Malta","MLT","Mauritania","MRT","Mauritius","MUS","Moldova","MDA","Monaco","MCO","Montenegro","MNE","Morocco","MAR","Mozambique","MOZ","Namibia","NAM","Niger","NER","Nigeria","NGA","North Macedonia","MKD","Norway","NOR","Poland","POL","Portugal","PRT","Republic of Congo","COG","Romania","ROU","Rwanda","RWA","San Marino","SMR","São Tomé and Príncipe","STP","Senegal","SEN","Serbia","SRB","Seychelles","SYC","Sierra Leone","SLE","Slovakia","SVK","Slovenia","SVN","Somalia","SOM","South Africa","ZAF","South Sudan","SSD","Spain","ESP","Sudan","SDN","Sweden","SWE","Tanzania","TZA","Togo","TGO","Tunisia","TUN","Uganda","UGA","United Kingdom","GBR","Vatican City","VAT","Zambia","ZMB","Zimbabwe","ZWE","UK","Germany","Netherlands","Switzerland","CH","NL",1773850455817]