How can I use this datatracker database? #8546
Replies: 3 comments
-
All of the places the datatracker makes timeline charts are in the open codebase. There is no datatracker-specific documentation other than that code. The charts rely on libraries like highcharts that have their own documentation. |
Beta Was this translation helpful? Give feedback.
-
Thanks for replying. I'm a new-comer here so please bear with me if there's anything that I don't understand. |
Beta Was this translation helpful? Give feedback.
-
First - I strongly encourage you to do this with Django instead of raw sql. Following the instructions for running the datatracker in docker and then using the django shell will make things much easier for you. But - the datatracker and the RFC-Editor databases do not agree about very old RFCs. You will find differences. You will find errors in the datatracker's idea of authors of even some recent RFCs. Bringing these databases into alignment is part of the ongoing RPC tools modernization project. |
Beta Was this translation helpful? Give feedback.
-
Hi, I hope I'm asking the question in the right place. I am running datatracker and on docker desktop on Win11 WSL now.
I'm trying to figure out how the timeline charts work on Datatracker website and draw a new one on my own using python.
Is there any document or maybe code reference?
By the way, here's my configuration:
Beta Was this translation helpful? Give feedback.
All reactions