Posts

Showing posts from September, 2022

WebHook : An Unidirectional Business Event

Image
API considers an excellent and efficient way to create communication between homogeneous, heterogeneous or legacy systems. It runs over HTTP, so it performs fast and smoothly, but in communication services , a new mechanism is introduced known as Webhooks. Generally Webhooks notify receivers about events by making requests to receiver endpoints. WebHook is a lightweight HTTP pattern for connecting Web APIs and services with a Publish/Subscribe model. Generally, WebHooks are called reverse API, but that doesn't mean it works in reverse mode. This means that the sender does not need to have the request initiated at the sending end. WebHooks are a way for one app to have real-time information for other apps. Comparison between API and WebHooks: Webhooks is a lightweight HTTP pattern for connecting Web APIs and services with a publish/subscribe model.  WebHook is a lightweight HTTP pattern for connecting Web APIs and services with a publish/subscribe model. It involves only one way com

Microsoft Dataverse : A Complete Storage

Image
Database generally refers to organized and structural databases that improve data storage and access performance, but E. F. Cod was given a new concept called relational database in 1970s. In the continuous journey of databases, object oriented, NoSQL, graphs and other new database concepts are added. Nowadays, Microsoft Dataverse defines a new definition of database that lets users design their own data model without writing single code. Microsoft Dataverse is cloud based managed service which provides  data service and app platform. Microsoft Dataverse is a combination of several Azure services, being exposed through the API layer which makes it easy to request data, but also allows it to be managed through the API layer. It is easy to manage and secure data with rich metadata, logic and validation layer with multiple productivity tools. All components  created in Dataverse are held as Metadata. This means the components are discoverable and the properties for components are accessib

Dataverse Search: A Magical Data Compass

Image
With 2021 release wave 2, Dataverse Search uses as global search option for all users in the model-driven Apps in the production environment on any device which is previously known as Relevance Search. During the exploration about this feature, I feel that this feature works like Windrose. It sounds differently but Yes, it works like That The Compass who guides the Captain Jack Sparrow. Windrose doesn't point to North, It points to the thing you want most in this world. Dataverse Search is your way to search through your data in the Dataverse environment. It is always challenging to develop a search feature that helps smoothly, consistently and rapidly. Application developers focus on developing a search feature that is generally designated into three distinct categories: 1. transactional, 2. navigational, and 3. informational. In my view, Dataverse Search comes under all three categories. Dataverse Search provides fast and comprehensive search results in a single list sorted by re