Voice Gate: Enable the metricity database for the site
See original GitHub issueCurrently, our site only uses the main site database in our postgres. For the Voice Gate project, we will need to be able to retrieve data from another database in the same postgres server - the metricity
database.
Django happily supports multiple databases, so let’s take the steps necessary to enable access to this database for the site.
What you need to do
- Add the database to
settings.py
- Figure out how this will affect local dev, and make any necessary changes. We will probably need to add a line somewhere so that the metricity database (and maybe some dummy data?) will be added to the local docker postgres, or I imagine it will complain.
- Ensure an appropriate postgres image setup allows for multiple database creation on new deployments, possibly through a single SQL file within
/docker-entrypoint-initdb.d
.
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
Contributing to Bot - Python Discord
Metricity is our home-grown bot for collecting metrics on activity within the server, such as what users are present, and IDs of the...
Read more >Untitled
Hartlepool male voice choir christmas, Software test labs swindon review, Sunno e buke, ... Umtiti pes 2013 database, Vecizeler fatih sultan mehmet.
Read more >Communication reduction on Apache Giraph. Graphs in the x ...
In this paper, we leverage the concept of the metric backbone to improve the efficiency of large-scale graph analytics. The metric backbone is...
Read more >SoundSpaces: Audio-Visual Navigation in 3D Environments
Our audio-enabled agent gets rich directional information about the goal, since the audio intensity variation is correlated with the shortest path distance.
Read more >Delhi - Wikipedia
Delhi, officially the National Capital Territory (NCT) of Delhi, is a city and a union territory of India containing New Delhi, the capital...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Okay. So it supports it just fine, it just has to be approached in a particular way. I got a bit worried when you said it doesn’t support it, because it sounded like it was the postgres itself that didn’t support it, not environment variables or whatever.
Okay yeah, we should add this to the issue specification. Would you mind just editing my OP?
Done.