Tutorial by Topics: data

Following are the steps to create a data pump import/export:
This section provides an overview of what spring-data-rest is, and why a developer might want to use it. It should also mention any large subjects within spring-data-rest, and link out to the related topics. Since the Documentation for spring-data-rest is new, you may need to create initial ver...
Core Data is the model layer of your application in the broadest sense possible. It's the Model in the Model-View-Controller pattern that permeates the iOS SDK. Core Data isn't the database of your application nor is it an API for persisting data to a database. Core Data is a framework that manages...
Redis provides a string datatype that is used to associate data with a particular key. Redis string are the most basic datatype available in Redis and one of the first datatypes that users learn to work with. Strings are often associated with text data, but Redis strings are more like buffers that ...
actually its so simple: Opt-In approach says properties that are considered to be part of DataContract must be explicitly marked otherwise will be ignore, while Opt-Out means all of the properties will be assumed to be part of the DataContract unless marked explicitly.
Accessing rows in a dataframe using the DataFrame indexer objects .ix, .loc, .iloc and how it differentiates itself from using a boolean mask.
Transactions provide a mechanism to coordinate between multiple parties that might be accessing the same data at the same time. These "parties" might be different instances of the same code like different users running the same application or nodes in a server cluster, parts of the same pr...
Machine learning problems often require dealing with large quantities of training data with limited computing resources, particularly memory. It is not always possible to load an entire training set into memory. Fortunately, this can be dealt with through the use of Keras' fit_generator method, Pyth...
Am new to Mule and wanted to share how to connect to Database and retrieve Values.
A detailed explanation is given on oozie data triggered coordinator job with example. Coordinator runs periodically from the start time until the end time. Beginning at start time, the coordinator job checks if input data is available. When the input data becomes available, a workflow is started to...
We can secure the data in Hadoop using different methods. Each method has its own advantages. We can also combine more than one method for better result. This topic covers the advantages & limitations of each method 1. Kerberos is a network authentication protocol: a. Advantage: Authentic...
It will focus on Installing Pentaho Kettle - GUI Spoon on Local machine both Windows and Ubuntu machine. Spoon is a very effective ETL Tool from the basket of Pentaho. it is easy to install and it can change the way the Data Loading and data Cleaning is done in any organisation. it is faster a...
As we all know Metadata mean data about data. To fetch metadata of a table like total number of column, column name, column type etc. , ResultSetMetaData interface is useful because it provides methods to get metadata from the ResultSet object.

Page 15 of 17