What is the best way to interface with DynamoDB in Wordpress?

∥☆過路亽.° 提交于 2019-12-24 03:33:03

问题


I'd like to setup a Wordpress site but be able to query and display results from a DynamoDB table within a Wordpress page. I haven't started the development yet and wanted to see if anyone had advice on the best way to approach?

Custom Wordpress plugin? Specific library to leverage to interface with DynamoDb?

Appreciate any help/direction.


回答1:


I worked with a contractor on this and created a plugin for Wordpress that seems to work well for displaying info from DynamoDB. I need to work on it more to get filtering working properly, but wanted to wrap this up as it definitely seems like the best approach.

I have a prototype of a Wordpress plugin that I'm open sourcing so that others can benefit from it. You can get the code here: https://github.com/coreygans/dynamodb-wordpress

It definitely isn't best practices, but it is functional. Hope this helps someone else.



来源:https://stackoverflow.com/questions/24719594/what-is-the-best-way-to-interface-with-dynamodb-in-wordpress

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!