A Django-based REST API
I need to create a django based REST API for connecting to a Vertica database, and sending requests to the database via the API for downloading data from specific tables. I have been able to connect directly to a vertica database via using vertica-python.
Are there any links or guides for creating a django based REST API for connecting to a vertica database? Thanks>
0