ﷺ
نعت کہنے کے لئے لفظ نیا ڈھونڈیں گے
ہم بھی جامیؔ کی طرح رنگ جُدا ڈھونڈیں گے
اِن ستاروں سے بھری راہوں میں کیا رکھا ہے
نقشِ پائے شہِ انوارِ ہُدیٰ ڈھونڈیں گے
وہ تو صدیقؓ کی آنکھوں میں سمایا ہوا ہے
کس طرح اہلِ جفا نورِ خدا ڈھونڈیں گے
تاجِ شاہی بھی یہاں کاسہ بنا دیکھا ہے
تیری دہلیز کو سب شاہ و گدا ڈھونڈیں گے
نورِ بُرہانِ ہُدیٰ ، منزلِ ایقانِ خدا
ڈھونڈنے والے ترے قدموں میں جا ڈھونڈیں گے
جن کی خواہش ہے کھلے دل کی امیدوں کا چمن
گلشنِ طیبہ کی وہ لوگ فضا ڈھونڈیں گے
ہوں گے میزان پہ اعمال مگر کوثر پر
ہم ثنا گوئی کا عرفانؔ! صلہ ڈھونڈیں گے
This article seeks to explore the application of the halal industry in the production of Salai Patin fish in the Kampung Patin Koto Masjid Tourism village, Kampar Regency. Many factors can influence the successful implementation of the halal industry, including understanding the concept of halal, the urgent need to develop the Islamic economy, and the profile of Kampung Patin Tourism Village as the center of Patin Fish production. The process of implementing the halal industry begins with awareness and training. Ensuring that catfish business actors understand the sharia principles underlying halal products. Halal certification is an important step to convince consumers that Salai Patin fish products meet the standards of purity and halalness. Collaboration with halal certification bodies and authorized government agencies is also a key factor in maintaining product integrity and quality. The prospect of the halal industry promises sustainable economic growth in Kampung Patin Tourism Village, with the expectation that salai patin fish products can present wider business opportunities, both in local and international markets. This development will support the increasingly globalized idea of sharia economy, changing people's perception of Islam as a religion that is rahmatan lil alamin.
The amount of data has been increasing over the last few years due to the emergence of various
end-user applications. These applications utilize cloud computing infrastructure in the data
centers. Apart from the increasing volume of data, there are other factors such as variety,
velocity, and veracity of the data which result in the problem of big data. Traditional database
management systems are not efficient to handle big data. The use of big data platform is
necessary to resolve the big data problem. Hadoop is one of the platforms which resolve the
problem of big data. Hadoop uses a distributed storage system. Hive and HBase are some of the
big data tools for storing big data in Hadoop. They run on top of Hadoop distributed file system
(HDFS). Hive is a data warehouse framework for querying and analysis of data that is stored in
HDFS.?Hive?is an open-source software that lets programmers analyze large data sets on Hadoop.
HBase is a column-oriented, distributed and high fault-tolerant database. It is used to store and
manage big data. It can store billions of rows at a time. Both Hive and HBase can be used to store
the big data in Hadoop. When the data comes from multiple sources, it is stored into multiple
tables in Hive and HBase. As a result, its performance degrades when there is a need to perform
join operations.
In this thesis, we propose an architecture which stores data from multiple sources into a single
HBase table. A new table schema with a unique row key is designed which integrates
multi-source data in a table. There is no need to perform join operation in the proposed technique
as the data is integrated into a single HBase table. We evaluated the proposed technique using a
real testbed by considering a dataset of two publishers. We compare the performance by storing
data into Hive and also in the proposed HBase table. Results show improved query performance
of the proposed technique as compared to the traditional approach of using join operations in
multiple tables in Hive.