- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
The Apps Datastore offers a scalable, structured data storage solution within Datadog’s App Builder and Workflow Automation products. It supports CRUD (Create, Read, Update, and Delete) operations and integrates seamlessly with Datadog’s ecosystem to optimize persistent data storage without the need for external databases.
You can interact with a datastore using an app or a workflow, or you can use the UI in the Datadog App.
To interact with the Apps Datastore, your Datadog account must have the following permissions, which are included in the Datadog Standard Role:
apps_datastore_read
- Allows read access to the data within the Apps Datastore.apps_datastore_write
- Allows modification of data within the Apps Datastore, including adding, editing, and deleting records.To use the Apps Datastore UI, you also need the following permission, which is also included in the Datadog Standard Role:
apps_datastore_manage
- Allows management of the Apps Datastore, including creating, updating, and deleting the datastore itself.To create a datastore:
Navigate to the Datastore page.
Click + New Datastore.
Enter a Name, a Primary Key, and optionally a Description for your datastore. The Primary Key must be a column name in your data where every data row has a unique value.
Optionally, to upload initial items to your datastore, use one of the following methods to copy a CSV file:
The CSV file must include a header row with a column that matches your Primary Key.
Click Create.
To see your datastore in the list, click Refresh Results.
After you populate your datastore with data, you can:
To edit a datastore, on the Datastore page, locate your datastore in the list. You can perform the following operations:
To use values from a datastore in a workflow or app:
To delete a datastore, click the Trash (Delete Datastore) icon in the header of the datastore you want to delete, then click Confirm to verify.
추가 유용한 문서, 링크 및 기사: