By Jonathan Peng, Staff Solutions Architect
Global businesses are facing increasing complexity and market volatility amid today's fierce competition. In response to this, all business functions are turning to data-driven strategies as a means to manage this increasing uncertainty. A data-driven approach also helps organizations better understand their customer bases and allows them to grow their businesses. Growth in digital technologies has given organizations the ability to analyze more data, even in real time. This in turn has generated more and more data to help fuel enterprises' needs.
However with this increase, there needs to be an effective way of storing large amounts of data. Nowadays, most organizations would use cloud solutions, such as Alibaba Cloud's Object Storage Service (OSS), as a data storage, data lake, and for data backups. In some cases, an organization may put all their Internet of Things (IoT) data into a file format and store it in the cloud for backup, as well as using it for historical data analysis. So, how can we devise a solution to import data from OSS into MaxCompute on a daily basis in an easy way?
This scenario allows you to partition easily based on the data generation pattern because the data remains unchanged after being generated. Typically, you can partition by date, such as creating one partition on a daily basis.
Generate the data with the name "IOTDataSet"+"date".csv for each date and upload it to OSS bucket. Here we have created a sample file named "IOTDataSet20180824.csv" and uploaded it to OSS. The format of the date for your data should be in yyyymmddhhmmss, which specifies the scheduled time (Year Month Date Hour Minute Second) for the routinely scheduled instance by Data Integration.
Upload IOTDataSet20180824.csv to OSS as below.
Then, open the DataWorks console and navigate to Data Source. Detailed steps are described here: https://partners-intl.aliyun.com/help/doc-detail/98133.htm
Add data source in Data Integration.
Create a table "IOTDataSet" in DataWorks for the data.
Configure a task to synchronize the data and the object name should be set as shown in the image below.
Map Fields in the Same Line
And set the controls for data sync process.
Run the task and use the date as the file's name.
That's it. You should see an output similar to the image below.
And you can now query the data from MaxCompute's table.
As our last step, set the schedule for the synchronize task and put the Recurrence as daily.
As the schedule task is running, now we can synchronize data from OSS to MaxCompute on a daily basis.
How to Install and Secure Mosquitto MQTT Messaging Broker on Ubuntu 16.04
ACtivate 2019: Empower Your Digital Transformation with Alibaba Cloud
2,599 posts | 762 followers
FollowAlibaba Clouder - August 14, 2020
Alibaba Clouder - January 7, 2021
Alibaba Cloud MaxCompute - November 15, 2021
Alibaba Cloud MaxCompute - January 18, 2019
Alibaba Cloud MaxCompute - July 20, 2022
Alibaba Cloud Indonesia - March 17, 2023
2,599 posts | 762 followers
FollowConduct large-scale data warehousing with MaxCompute
Learn MoreAn encrypted and secure cloud storage service which stores, processes and accesses massive amounts of data from anywhere in the world
Learn MoreA secure environment for offline data development, with powerful Open APIs, to create an ecosystem for redevelopment.
Learn MoreMore Posts by Alibaba Clouder
Raja_KT March 11, 2019 at 4:04 am
Good. I think we need more automation, with paramaterization...