Item type |
テクニカルレポート / Technical Report(1) |
公開日 |
2023-02-28 |
タイトル |
|
|
タイトル |
ネットワーク上の巨大表形式データ群をサービスデータに編纂するマルチソースコンポーザの紹介 |
|
言語 |
ja |
言語 |
|
|
言語 |
jpn |
キーワード |
|
|
言語 |
en |
|
主題Scheme |
Other |
|
主題 |
Multi-Source Composer |
キーワード |
|
|
言語 |
en |
|
主題Scheme |
Other |
|
主題 |
MSC |
キーワード |
|
|
言語 |
en |
|
主題Scheme |
Other |
|
主題 |
D5A |
キーワード |
|
|
言語 |
en |
|
主題Scheme |
Other |
|
主題 |
D5AVU |
資源タイプ |
|
|
資源タイプ識別子 |
http://purl.org/coar/resource_type/c_18gh |
|
資源タイプ |
technical report |
ID登録 |
|
|
ID登録 |
10.20637/00049168 |
|
ID登録タイプ |
JaLC |
その他のタイトル(英) |
|
|
その他のタイトル |
Introduction of the Multi-Source Composer that compiles many huge tabular data on the network into one huge service tabular data |
|
言語 |
en |
著者 |
古庄, 晋二
飯沢, 篤志
長尾, 正
手塚, 宏史
山本, 幸生
小林, 正英
成川, 絃太
FURUSHO, Shinji
IIZAWA, Atsushi
NAGAO, Tadashi
TEZUKA, Hiroshi
YAMAMOTO, Yukio
KOBAYASHI, Masahide
NARIKAWA, Genta
|
著者所属 |
|
|
|
ja |
|
|
株式会社エスペラントシステム |
著者所属 |
|
|
|
ja |
|
|
リコーITソリューションズ株式会社 |
著者所属 |
|
|
|
ja |
|
|
Layman's admin |
著者所属 |
|
|
|
ja |
|
|
俯瞰工学研究所 |
著者所属 |
|
|
|
ja |
|
|
宇宙航空研究開発機構宇宙科学研究所(JAXA)(ISAS) |
著者所属 |
|
|
|
ja |
|
|
株式会社エスペラントシステム |
著者所属 |
|
|
|
ja |
|
|
株式会社エスペラントシステム |
著者所属(英) |
|
|
|
en |
|
|
Esperant System Co., Ltd. |
著者所属(英) |
|
|
|
en |
|
|
Ricoh IT Solutions Co., Ltd. |
著者所属(英) |
|
|
|
en |
|
|
Layman's admin |
著者所属(英) |
|
|
|
en |
|
|
Bird's-eye View Engineering Institute |
著者所属(英) |
|
|
|
en |
|
|
Institute of Space and Astronautical Science, Japan Aerospace Exploration Agency (JAXA)(ISAS) |
著者所属(英) |
|
|
|
en |
|
|
Esperant System Co., Ltd. |
著者所属(英) |
|
|
|
en |
|
|
Esperant System Co., Ltd. |
出版者 |
|
|
出版者 |
宇宙航空研究開発機構(JAXA) |
|
言語 |
ja |
出版者(英) |
|
|
出版者 |
Japan Aerospace Exploration Agency (JAXA) |
|
言語 |
en |
bibliographic_information |
ja : 宇宙航空研究開発機構研究開発報告: 宇宙科学情報解析論文誌: 第12号
en : JAXA Research and Development Report: Journal of Space Science Informatics Japan: Volume 12
巻 JAXA-RR-22-009,
p. 19-30,
発行日 2023-02-28
|
抄録 |
|
|
内容記述タイプ |
Abstract |
|
内容記述 |
UNION やJOIN などで得られる表形式データは元の表形式データが持つ値だけからできている。そこでそれらの処理結果を、値を保持する実表形式データたちからの写像で作るアプローチが考えられる。このとき処理結果は値を持たない仮想表形式データとなる。その仮想表形式データの実態は写像を定義したスクリプトであり、写像が規則的であるほどスクリプトはコンパクトになる。この仮想表形式データはそれが巨大なデータであってもスクリプトをロードするだけでデータの表示ができ、そのスクリプトを渡すだけで授受が行える。また写像元の実表形式データがネットワーク上に分散していても構わないし、日次データ、週次データ、月次データのような仮想表形式データの階層を構成することもできる。そしてなにより仮想表形式データが全単射の条件を満たして作られていれば、その任意のカラムをリアルタイムにソート・検索・集計できるインデックスが自動的に付いている。すると貴重な表形式観測データをネットワーク上で様々に組み合わせ目的別の多種多様な表現形態で提供することが可能になり、それらの活用が飛躍的に進むことが期待できる。この実巨大表形式データと仮想巨大表形式データからなる写像のネットワークシステムをマルチソースコンポーザ(MSC)と呼び、本稿で紹介する。 |
|
言語 |
ja |
抄録(英) |
|
|
内容記述タイプ |
Other |
|
内容記述 |
The tabular data obtained by UNION, JOIN, etc. is made up of only the values that original tabular data have. Therefore, an approach to create the result of UNION, JOIN, etc. by mapping from the real tabular data that holds the values is considered. In this case, the processing results are virtual tabular data without values. The reality of the virtual tabular data is a script that defines the mapping, and the more regular the mapping, the more compact the script. This virtual tabular data, even if the data is huge, can be displayed by simply loading a script and can be exchanged by simply passing the script. It is also acceptable if the real tabular data from which the data is mapped is distributed on the network, and a hierarchy of virtual tabular data such as daily data, weekly data, and monthly data can be constructed also. Above all, if the virtual tabular data is created with all the conditions of bijection, it should automatically have an index that allows sorting, searching, and aggregation of any column in real time. This makes it possible to combine precious tabular observation data on the network in various ways and provide them in a wide variety of forms for each purpose, and is expected to dramatically advance their utilization. This network system of mappings consisting of real big tabular data and virtual big tabular data is called a multi-source composer (MSC) and is presented in this paper. |
|
言語 |
en |
内容記述 |
|
|
内容記述タイプ |
Other |
|
内容記述 |
表題の誤記: Introduction of the Multi-Source Composer that compiles many huge tablular data on the network into one huge service tabular data |
|
言語 |
ja |
内容記述 |
|
|
内容記述タイプ |
Other |
|
内容記述 |
形態: カラー図版あり |
|
言語 |
ja |
内容記述(英) |
|
|
内容記述タイプ |
Other |
|
内容記述 |
The clerical error of title: Introduction of the Multi-Source Composer that compiles many huge tablular data on the network into one huge service tabular data |
|
言語 |
en |
内容記述(英) |
|
|
内容記述タイプ |
Other |
|
内容記述 |
Physical characteristics: Original contains color illustrations |
|
言語 |
en |
ISSNONLINE |
|
|
収録物識別子タイプ |
EISSN |
|
収録物識別子 |
2433-2216 |
出版タイプ |
|
|
出版タイプ |
VoR |
|
出版タイプResource |
http://purl.org/coar/version/c_970fb48d4fbd8a85 |
item_3_description_32 |
|
|
内容記述タイプ |
Other |
|
内容記述 |
資料番号: AA2230028003 |
|
言語 |
ja |
レポート番号 |
|
|
内容記述タイプ |
Other |
|
内容記述 |
レポート番号: JAXA-RR-22-009 |
|
言語 |
ja |