0

My OpenStack based project plans to use swift object storage as a database. To ease the development work, I wonder if there is any SQL API wrapper in Python for swift object storage.

If no SQL wrapper, is there any other helper project for swift?

TieDad
  • 9,143
  • 5
  • 32
  • 58

1 Answers1

0

You can have a look at python-swift package, while it is not a SQL API wrapper.

swiftclient documentation

swiftclient api documentation

kururu
  • 1
  • 3