DynamoDB fdw 1.0.0 released

Posted on 2021-11-02 by Toshiba
Related Open Source

DynamoDB FDW 1.0.0 is newly released.

We have just newly released Foreign Data Wrapper for DynamoDB.

This release can work with PostgreSQL 13. This FDW is implemented in C language with AWS C ++ library. This release supports following features :

  • Support SELECT feature to get data from DynamoDB. DynamoDB FDW supports selecting columns or nested attribute object by using -> or ->> jsonb operator.
  • Support INSERT feature.
  • Support UPDATE feature.
  • Support DELETE feature.
  • Support push down WHERE clause (including nested attribute object).
  • Support push down function SIZE of DynamoDB.

This is developed by Toshiba Software Engineering & Technology Center. Please see the repository for details.

Source repository : https://github.com/pgspider/dynamodb_fdw

Best Regards, Shigeo Hirose

This email was sent to you from Toshiba. It was delivered on their behalf by the PostgreSQL project. Any questions about the content of the message should be sent to Toshiba.