Redis is a key-value type of storage. Read more about Redis.
Etlworks Integrator can read data using a unique or wildcard key and write data using a unique key.
Connecting to Redis
Read how to create Redis connection.
Extracting and loading data in Redis
Working with Redis is very similar to working with files. Redis is a key-value storage where the Redis key functions act as a file name, while the Redis key-value would be associated with the file's content.
Extracting data from Redis
Step 1. Create a Redis connection.
Step 2. Create a destination connection.
Step 3. Create extract and load flow where the source is a Redis connection created in step 1 and destination is connection created in step 2.
You can use the wildcard Redis keys the same way you would use the wildcard filenames. Read how to work with wildcard file names and how to process all files by the wildcard.
Loading data in Redis
Step 1. Create a source connection.
Step 2. Create a Redis connection.
Step 3. Create extract and load flow where the source is a connection created in step 1 and a destination is a Redis connection created in step 2.
Comments
0 comments
Please sign in to leave a comment.