Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


HTML
<style>
.release-box {
	height: 30px; 
	width: 100px; 
	padding-top: 8px;
	text-align: center; 
	border-radius: 5px; 
	font-weight: bold; 
	background-color: #8efeb3;  
	border-color: #FCE28A;
}

.release-box:hover {
  	cursor: hand;
    cursor: pointer;
    opacity: .9; 
}
</style>
<meta name="robots" content="noindex">

<div class="release-box">
<a href="https://docs.perspectium.com/display/krypton" style="text-decoration: none; color: #FFFFFF; display: block;">
Krypton
</a>
</div>



The Perspectium DataSync Agent is a standalone agent that listens for, transforms, and routes data messages that are shared from ServiceNow or Salesforce to on-premises data stores. With the DataSync Agent, you can easily share live data in real time as it is being created and/or updated (dynamic share) or share in bulk data at scheduled intervals that you can specify (bulk share).

The DataSync Agent will consume messages from a queue via the Perspectium Integration Mesh, decrypt the message, and convert it to the expected format to save into the target system or database. Once a message is consumed and processed, it will be gone, as the Agent does not keep any messages long term.