# 메타

**웹 메타**

* 데이터의 모든 것을 정의 하고 모든 정보를 가지고 있는 곳이에요. 예를 들면, A가 있고 A의 저 너머 '메타'에는 A에 대한 모든 정보가 있다. 그리고 그 모든 정보를 우리가 정의할 수 있는 거예요.

**앱 메타**

* **단일 메타**
  * 단일 메타는 DB(데이터 베이스)와 바로 연결이 가능한 메타예요. 때문에 관리자 웹 페이지에 저장된 데이터를 별도의 장치 없이, ID 연결 만을 통해 단일 메타 앱 화면에 바로 보여줄 수 있어요.
* **복합 메타**
  * 복합 메타는 도화지라고 생각하면 이해가 쉬워요. 정해진 모양없이 원하는 대로 화면을 커스텀 할 수 있어요.&#x20;
  * 복합 메타에서 단일 메타의 데이터를 불러오기 위해서는 [listByMeta](https://docs.ohmyapp.io/main/guide/develop_app/4/block/list/listbymeta)블록을 이용해야 해요.

<div align="left"><figure><img src="https://3976660509-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDgfvhQgmY9NbRK0Sln7j%2Fuploads%2FUNI06Bpf93U5pH4Xbnjp%2F%E1%84%89%E1%85%B3%E1%84%8F%E1%85%B3%E1%84%85%E1%85%B5%E1%86%AB%E1%84%89%E1%85%A3%E1%86%BA%202023-08-16%20%E1%84%8B%E1%85%A9%E1%84%92%E1%85%AE%207.36.00.png?alt=media&#x26;token=2467092f-be00-4aad-8612-77e558cf3ee0" alt="" width="563"><figcaption></figcaption></figure></div>

> \#메타, #단일 메타, #복합 메타, #DB, #데이터베이스, #listByMeta, #메타 선택, #메타 종류

2023.07.31 Jinny

**Dataset**&#x20;

The 'dataset' component serves as the ultimate reference for defining and containing all information within the data. For example, for a specific element A, the meta encompasses comprehensive details about A, enabling us to define all relevant information related to it.

**Dataset**&#x20;

* A dataset is a type data that can be directly connected to a database (DB).
* In a dataset, you must adhere to the format used in that specific data. (You cannot use the format used in compound meta.)

**Dataset collection**

* A dataset collection is like a blank canvas or drawing paper, allowing you to customize the page as you wish without a fixed shape.
* The definitions of dataset collection and compound module are not very different. However, when a module is set as a compound module, the rules of the sub-items must follow the structure defined by the dataset collection.
* To import data from a single module into a dataset collection, you must use the listByMeta building blocks to convert the rules of the sub-items to those of a compound module.

2023.08.10 Hwaran
