VOOZH about

URL: https://apify.com/aysen/kv-to-kv-orchestrator

⇱ Kv To Kv Orchestrator Β· Apify


Pricing

Pay per usage

Go to Apify Store

Kv To Kv Orchestrator

Run actors/tasks from items in a KvStore and save results in another

Pricing

Pay per usage

Rating

0.0

(0)

Developer

πŸ‘ Juan Galilea

Juan Galilea

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

a month ago

Last modified

Share

Actor Orchestrator (KV to KV)

Give it a KV store with keys and values, and it will run an actor/task for each key with its contents as input then save it to another store.

This actor is pretty lightweight, so it should be able to run on 128MB of memory for as long as you need without any problems.

Behavior

  • Reads all keys from the input store
  • Calculates the number of concurrent runs based on the available memory for you as a user and the maxConcurrency input. It will try to use half of all the maximum memory.
  • Creates an amount of concurrent runs, each running the actor/task for a key from the input store.
  • When a run finishes, it saves the result to the output store.
  • When a run fails, it logs the error to its dataset.
  • When all runs are finished, it exits.

It keeps track of the current status of each run in a key-value store. So if you restart it or it migrates, it will pick up where it left off.

Common usage

  1. Set up a named KV store for the inputs.
  2. Push data to be processed to the KV store.
  3. Set up a named KV store for the results.
  4. Run the actor.

You can also set up this actor to run on a schedule. (Recommended) Remember to not have more than one run of this actor running at the same time.

You might also like

GCP Uploader

circ_le/gcp-uploader

Upload datasets and KV store records to Google cloud storage

51

5.0

KV.ee Scraper β€” Estonian Real Estate Listings

studio-amba/kv-ee-scraper

Scrape real estate listings from KV.ee β€” Estonia's largest property portal. Extract apartments, houses, land, and commercial properties with prices, area, rooms, floor, location, and photos. Supports sale and rental listings across all Estonian counties. No login required.

Actors Monitoring

hamza.alwan/actors-monitoring

Pinterest Video Scraper & Downloader

codenest/pinterest-video-scraper-downloader

Extract Pinterest videos with complete engagement metrics, creator profiles, board data & KV store URLs. Get repins, likes, shares, saves, thumbnails & resolution in structured JSON output.

πŸŽ‰ Apify Actors

prog-party/apify-actors

This Apify Actors Actor retrieves data from Apify, allowing to filter, and returns a list of actors as a Dataset.

Actor Task Copier

mtrunkat/actor-task-copier

Copies actor tasks between accounts from one actor to another.

πŸ‘ User avatar

Marek TrunkΓ‘t

5

Facebook Video Downloader

neuro-scraper/facebook-video-downloader

Download clean MP4 videos, thumbnails, duration info,get the video in key value store and direct download links from public Facebook video URLs β€” all automatically. πŸš€ This actor gives you structured metadata, ready-to-use media files in KV storage, and reliable scraping without extra noise. 🎬πŸ“₯✨

7

Related articles

Introduction to Apify Store: the world’s largest marketplace of web scrapers
Read more
AI agent orchestration (with OpenAI Agents SDK)
Read more
Dataset processing on Apify
Read more