Huawei launches first urban 5G “Wireless to the Home” CPE trial in North America

Huawei today announced they have launched an end-to-end user trial for “Wireless to the Home” (WTTx) 5G service using a specially-designed 5G CPE (Customer Premise Equipment) unit. The trial is taking place in downtown Vancouver’s “5G Living Lab,” a co-venture with TELUS, Canada’s fastest growing telecommunications company. It is compliant with the global 5G 3GPP standard and is believed to be the first trial of its kind in North America, and among the first globally. http://bit.ly/2BZoLrx #Huawei #BigData #AI

Huawei Full Series of Scenario-based Massive MIMO AAUs Support Flexible Deployment and Help Operators Seize Opportunities of 5G

At the pre-MWC briefing in London, Huawei revealed that a full series of scenario-based Massive MIMO AAU (MM AAU) products would be released at the MWC 2018. These products accommodate various 5G deployment scenarios and make operators ready for 5G in advance based on 4G networks. Using Wireless AI technologies that simplify O&M, these AAUs provide several times better user experience compared with common 4G network construction technologies and better meet the requirements of prospective mobile Internet services. http://bit.ly/2BZ87Iz #Huawei #BigData #AI

Mule Reading Files in the Middle of the Flow Using Mule-Requester

ICYDK: Mule supports reading files at the beginning of a flow and we can use the File Connector to do this as well, but this connector is not suitable for loading the content of a file in the middle of a flow. Sometimes, though, you need to read a file during a flow. For example:

* Your flow is triggered by a job scheduler (e.g. Quartz), not a file polling inbound endpoint.
* You have to process files on a strict schedule, not as soon as they arrive.
* You have to read the file name from the DB and then you have to start processing.

* You need to retry file processing from the beginning of the file.

To achieve this goal we need to use the mule-module-requester. This module allows the request of different resources at any point in a flow. https://goo.gl/ogTw5A #DataIntegration #ML

A Beginner’s Guide to Mule

Mule Application Building Blocks

Mule application building blocks are separated into categories in the Mule Palette:

Message Sources :

The first building block of most flows is a receiver that receives new messages and places them in the queue for processing. https://goo.gl/wDQUev #DataIntegration #ML