0

Currently, we are using Stack exchange data explorer(SEDE) UI(integrated in application) to analyze the data and update/delete data through SQL queries. The data which we are using for analysis/update/delete are stored in SQL server. Now we are migrating to Aurora PostgreSQL database, how we can use Stack exchange data explorer UI for this new database.

Not able to find the option to connect SEDE with aurora postgreSQL.

2
  • 1
    You would start by changing the connection string in the web.config github.com/StackExchange/StackExchange.DataExplorer/blob/master/… but beyond that you are in for a rough ride as there are plenty of places in the code where queries are used that are in the T-SQL dialect and I doubt those will work in PostgreSQL. SEDE wasn't designed to be database agnostic. Commented Oct 30, 2023 at 20:49
  • related question: meta.stackexchange.com/a/400887/381523 Commented Jun 25, 2024 at 11:30

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.