ビックデータと呼ばれる非常に巨大で複雑なデータの集合として扱うことが増えてきている.そして,ビックデータを扱うには様々な処理や解析によって情報を取捨選択し,自分たちに必要な形で保管する必要がある.また,ビックデータの情報量は膨大で,人の手で全て解析するのは困難であるため,一般にプログラミング言語を用いて機械に処理させるのが一般的である.よって,ビックデータを扱うためにはプログラミングの知識や技術が必要不可欠で,プログラミングに触れたことがない人には扱いづらいものになっている.そこで,プログラミング初心者でも扱いやすいビジュアルプログラミング言語を使い,ブロック 1 つ 1 つに処理を対応させることでブロックを並べるだけで処理できるプログラムを作成することができるようにする.プログラミングができない人でもビックデータを扱うことができると考えられる.\\
Nowadays, dealing with big data, which is a collection of vast and complex data, increases. There is a need to select information by processing, analyzing, and storing it appropriately to handle big data. However, since the amount of information is large, it is not easy to analyze it by hand. Thus programming knowledge and other skills are essential to handle big data, but it is not easy for one without such skills. To solve this problem, we will use a visual programming language that is easier to use even for a novice in programming and makes it possible to create a program that can be processed by simply laying out blocks and mapping a process to each block. Even a person who does not know how to program would handle big data through the proposed system.