Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1smjja-007tzi-AB for pgsql-general@arkaria.postgresql.org; Sat, 07 Sep 2024 00:55:26 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1smjjY-0077Pd-2N for pgsql-general@arkaria.postgresql.org; Sat, 07 Sep 2024 00:55:24 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1smjjX-0077PU-Nh for pgsql-general@lists.postgresql.org; Sat, 07 Sep 2024 00:55:24 +0000 Received: from mail-yw1-x1134.google.com ([2607:f8b0:4864:20::1134]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1smjjR-000WIv-F5 for pgsql-general@lists.postgresql.org; Sat, 07 Sep 2024 00:55:22 +0000 Received: by mail-yw1-x1134.google.com with SMTP id 00721157ae682-6d3c10af2efso25933347b3.0 for ; Fri, 06 Sep 2024 17:55:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1725670516; x=1726275316; darn=lists.postgresql.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=tLFhWkD1h7qFTqJfE/PeI6j09xP24O0Oa3IqAUmn9oM=; b=W87o8xUsv3QWCKWQPJCxilenfQKO9M/h1t0E77UhZ6w9f5Ci7GizLvlS6ta+q3LCWw TIklBraZD/Fa9PZkLMqfhMkL28sZCVrdEb1X+5V/T/j4lSeEFBIE5us8PtE87ZA5Bk4W XbKB4JGokPy8C7gix4yOIh+rfByB0MXdLRmPq0iX8lGDwDU9uOH3PgWcV5q9uISgrtrD Wz4kjNRZle4qb7esj3xiKnZnfFpUMao8fHkMxsW/pcTaXs47OkrkHEATcvmg0veIjn2A tFn5wHj/nnbnBMh0zRP4TyQb7rmDSQeXUSKfWni5JXt8zVdbbE4u6/ObAZaPtBNYXt/A e4pQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1725670516; x=1726275316; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=tLFhWkD1h7qFTqJfE/PeI6j09xP24O0Oa3IqAUmn9oM=; b=JmU3ETXKS3gMTHjW9b8OfPQNISBstFjQwJYaLCcnuOMOXn0f5T7xN16Jk/5FIb9RKu TixwEP0FRCBWnnUeLUF50/9VI6NCDWDK/gpoO6IIEnJIFDatn2GDERV4s2YAzc5sy3Nm sxtSAZxP6X6fTavJEjPi0Nnfar8w/u8UdMu+LF9zDfd/02dclHuN2qImxF2XkslM+Jye maSPjeJASssxXFOOpFoUNbGWb4EdzWM5VJAJUL9dokfFR+WGIoUEa86nHpb78kmY2OrH eT/vnnpxsvBsq9rnL9tzFla6lHqbwJWKhpl/DhDyCmqwIK9BLUpIkcxzIV9iPO6gvlkL r1zQ== X-Gm-Message-State: AOJu0YyYtx/jclZNF8yqiypq4YSqiJpGeF8RsqSwAvyzd9VP1sNIKNFU QxqP2jiN189kp73UQTT6VdQIEWa7NQ6DDZX+1xP4wVRw6BhHeRYL/egvurBf5YfhHng+YUf6csZ pqq7IXXR1CX27w31OxL/OY80nhS7P0w== X-Google-Smtp-Source: AGHT+IEUkHzVlaFQMcZTZf4tDLgOyIQjuii6gQ40qjREbrkGegWVlhBWpQuq8nPihi4odvxq7cbHPR87+d4qj8B8R7A= X-Received: by 2002:a05:690c:c82:b0:6d3:bbe6:bd2b with SMTP id 00721157ae682-6db45163c17mr52597397b3.38.1725670516378; Fri, 06 Sep 2024 17:55:16 -0700 (PDT) MIME-Version: 1.0 From: Gus Spier Date: Fri, 6 Sep 2024 20:55:06 -0400 Message-ID: Subject: Foreign Data Wrappers To: pgsql-general Content-Type: multipart/alternative; boundary="00000000000020d55b06217cfa32" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --00000000000020d55b06217cfa32 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable I find myself in new territory, Foreign Data Wrappers (FDW). I stumble closer to success through the documentation, youtube videos, and various google resources. But I've come across a concept that intrigues me very deeply. If I understand the concepts correctly, FDW not only makes other databases available, FDW also offers access to .csv files, plain text, or just about anything that can be bullied into some kind of query-able order. Has anyone ever tried to connect to redis or elasticache? If so, how did it work out? Regards, Gus --=20 Gus gus.spier@gmail.com 540-454-3074 =E2=80=9CCharacteropathic individuals adopt ideologies created by doctrinai= re, often schizoidal people, recast them into an active propaganda form, and disseminate it with their characteristic pathological egotism and paranoid intolerance for any philosophies which may differ from their own.=E2=80=9D = (*Political Ponerology*, Andrew Lobaczewski, 1984) --00000000000020d55b06217cfa32 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I find myself in new territory, Foreign Data Wrappers (FDW= ). I stumble closer to success through the documentation, youtube videos, a= nd various google resources. But I've come across a concept that intrig= ues me very deeply.

If I understand the concepts correct= ly, FDW not only makes other databases available, FDW also offers access to= .csv files, plain text, or just about anything that can be bullied into so= me kind of query-able order. Has anyone ever tried to connect to redis or e= lasticache? If so, how did it work out?=C2=A0

Rega= rds,
Gus



--
Gus
540-454-3074

=E2=80= =9CCharacteropathic individuals adopt ideologies created by doctrinaire, of= ten schizoidal people, recast them into an active propaganda form, and diss= eminate it with their characteristic pathological egotism and paranoid into= lerance for any philosophies which may differ from their own.=E2=80=9D (Political Ponerology, Andrew Loba= czewski, 1984)

=
--00000000000020d55b06217cfa32--