From 26c618004a3e7a4bec054808b819fd2a4f309b31 Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Mon, 18 Jan 2016 22:58:20 +0530 Subject: [PATCH] Add Wingify to USERS.md VWO, the flagship product of Wingify, uses RocksDB to populate the list of URLs where clients can run A/B test campaigns. It is also used to provide a way for the clients to see if VWO's Smart Code is installed on a specific URL of their account. --- USERS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/USERS.md b/USERS.md index 7123790ac..929f4da8c 100644 --- a/USERS.md +++ b/USERS.md @@ -48,4 +48,7 @@ Pinterest's Object Retrieval System uses RocksDB for storage: https://www.youtub [Smyte](https://www.smyte.com/) uses RocksDB as the storage layer for their core key-value storage, high-performance counters and time-windowed HyperLogLog services. ## Rakuten Marketing -[Rakuten Marketing](https://marketing.rakuten.com/) uses RocksDB as the disk cache layer for the real-time bidding service in their Performance DSP. \ No newline at end of file +[Rakuten Marketing](https://marketing.rakuten.com/) uses RocksDB as the disk cache layer for the real-time bidding service in their Performance DSP. + +## VWO, Wingify +[VWO's](https://vwo.com/) Smart Code checker and URL helper uses RocksDB to store all the URLs where VWO's Smart Code is installed.