Home / Companies / Directus / Blog / August 2022

August 2022 Summaries

5 posts from Directus

Filter
Month: Year:
Post Summaries Back to Blog
The Directus Insights Module offers a no-code analytics dashboard that allows users to quickly build customized insights using a drag-and-drop interface with various panels like Labels, Lists, Metrics, and Time Series. A recent overhaul, initiated by a GitHub pull request, aimed to optimize the dashboard's performance by implementing a single query system, which reduced the issue of hitting rate limiters and improved loading times. This update enabled auto-reloading, real-time WebSockets, and global variables, allowing for enhanced interactivity and user-controlled dynamic dashboards. The Directus team plans to introduce new insight panel types, such as bar charts and pie charts, to enhance the module's functionality further.
Aug 31, 2022 409 words in the original blog post.
Directus is an open-source platform designed to offer flexible data interaction through both REST and GraphQL APIs, accommodating various business and project requirements. While REST is a long-established architectural specification for interfaces, GraphQL, created by Facebook in 2012, offers a more efficient way to query data by allowing a single request to retrieve nested data from a database. Directus ensures behavior parity between its REST and GraphQL APIs, enabling users to obtain multiple data points with one query, thus eliminating the inefficiencies of making multiple requests typically required by REST. The platform dynamically generates REST endpoints and a GraphQL schema based on the connected database's schema, ensuring identical structures for both APIs. This dynamic generation involves predictable resource-oriented URLs, standard HTTP status codes, and JSON for input and output. The flexibility of Directus allows users to switch freely between REST and GraphQL, depending on their needs. Additionally, Directus plans to introduce WebSockets for real-time data updates, available in both APIs, reinforcing its commitment to providing an adaptable and unopinionated data management experience.
Aug 24, 2022 617 words in the original blog post.
Directus offers a versatile range of data visualization and management tools through its Layouts feature, which is integral to the Directus Core product. These Layouts, available as extensions within the Data Studio, allow users to browse, manage, and visualize various types of data, including text, media, geospatial, and temporal data. The built-in layouts—Table, Cards, Calendar, Maps, and Kanban—are highly configurable, enabling users to search, filter, import/export data, and bookmark preferred configurations. Each layout is tailored to specific data types, with the Table layout handling rows and columns, the Cards layout focusing on media files, the Calendar layout organizing temporal data, the Maps layout displaying geospatial information, and the Kanban layout managing workflow data. These features, combined with Directus's open-source and extensible nature, empower users to customize and create new layouts, ensuring a flexible and tailored data management experience.
Aug 11, 2022 723 words in the original blog post.
Data analytics and business intelligence are critical priorities for IT leaders, driving companies to rapidly adopt data solutions that promise improved efficiency and decision-making capabilities. Challenges such as legacy system limitations, data silos, privacy concerns, and a shortage of skilled data scientists impede progress, with 90% of enterprises facing issues in their analytics projects. Directus offers a solution with its open, modular codebase and tools to consolidate, normalize, and visualize data without extensive coding, facilitating real-time analytics and democratizing data access for both technical and non-technical users. The platform enhances data privacy through secure REST and GraphQL APIs and provides self-service capabilities for creating custom dashboards, enabling organizations to transform raw data into actionable insights efficiently. By leveraging cloud analytics, companies can gain a competitive edge, and Directus aims to simplify this process with its cloud offering, reducing operational overhead and easing access to comprehensive data insights.
Aug 05, 2022 930 words in the original blog post.
Directus offers a highly flexible and control-oriented approach to managing data access within data-driven projects, such as digital experiences, internal tools, or SaaS applications. It provides granular permissions and rule-based access control, allowing administrators to define precise access privileges through a combination of roles and rules. Users can configure permissions with ease by setting roles that dictate the standard CRUD+S operations, with options for custom configurations to fit specific needs. The platform supports system collections management and allows for the creation of access tokens for API authentication. Although each user is limited to one role currently, Directus plans to expand this functionality to allow multiple role assignments. The system's full revision control ensures transparency in tracking changes, and a variety of additional permissions, such as app access and two-factor authentication, further tailor user interactions.
Aug 02, 2022 768 words in the original blog post.