Showing posts with label Big Data Integrations. Show all posts
Showing posts with label Big Data Integrations. Show all posts

Friday, 9 June 2017

What Is ACID and Why Use It?

ACID stands for four traits of database transactions:

Atomicity - An operation either succeeds completely or fails; operations do not leave incomplete data in the system.

Consistency - Once an operation completes, the results of that operation are visible to every subsequent operation.

Isolation - Operations completed by one user do not cause unexpected side effects for other users.

Durability - Once an operation is complete, it will be preserved even if the machine or system experiences a failure.


These behaviours are mandatory to ensure transaction functionality.

If your operations are ACID compliant, the system will ensure your processing is protected against any failures.


Sunday, 19 February 2017

Phoenix Kakfa Integration {Kalyan Contribution to Apache}



Hi All,

Phoenix Kafka is new Integration. You can follow the below link

http://phoenix.apache.org/kafka.html


This is new feature, require now a days .. 

Real time Streaming data pushing into OLTP system like Phoenix.


You can see similar use cases in below links from my blog.

Flume Real Time Projects




Kafka Real Time Projects




How to track the `Production Level of Tracking` for any issues, like below




Please share to you friends & colleagues to know more on these kind of use cases.



Related Posts Plugin for WordPress, Blogger...