podyn
podyn copied to clipboard
DynamoDB to PostgreSQL & Citus continuous replication tool
for one of my db tables I changed stream type from "new images" to "key attributes only". now postgres tables is not syncing with the service. Upon checking logs i...
Podyn replicates the table names as they are in Dynamo. Yet at the same time postgres requires that table names with dashes are quoted. This commit makes podyn replace the...
Hi, What is the current state of this project? Is it still actively supported? If not are you open to allow active development on this and take PRs?
For two empty tables the following SQL output is generated ``` COPY "TableFoo" FROM STDIN; COPY "TableBar" FROM STDIN; \. ``` resulting in error ``` psql:tdx-dev.sql:915: ERROR: missing data for...
I m trying to migrate this to Redshift. But unfortunately, im getting this error. ``` WARNING: Unsupported Server Version: 8.0.2 Aug 07, 2019 6:13:15 PM org.postgresql.jdbc.PgConnection WARNING: Unsupported Server Version:...
I am having this error below: ``` Constructing table schema for table Sunny ERROR: function create_distributed_table(unknown, unknown) does not exist Hint: No function matches the given name and argument types....
…ded data and strings imported from dynamodb
All, Is there Postgres->DDB direction for data yet ? This'd be really handy for DDB backups.
We could make the change replication in Podyn callable as a Lambda function by implementing a `RequestHandler` per the example in: http://docs.aws.amazon.com/lambda/latest/dg/with-dynamodb-create-package.html#with-ddb-example-deployment-pkg-java Podyn is already packed in the right way...