SQL to API Bridge

Unsure whether this is the right category.

Besides running Discourse hosted for our forums, we ship a custom SQL engine with many connectors. We are integrating the Discourse API as a supported connector on that platform and since Discourse is free to use we integrate it with the free Open Data license of the SQL engine. It works something like:

select count(*)
from users@discourse

and uses solely the APIs (no direct PostgreSQL access).

Primary use for ourselves is to integrate Discourse more tightly into our back-office processes like automatically registering users from the back-office on Oracle and registering events in our CRM to indicate forum activity of a user.

My question:

where should we enlist for registering this add-on? It is not a plug-in, it glues on to Discourse.

플러그인은 Customization > Plugin 카테고리에, 공식 플러그인은 official 태그 아래에 나열됩니다. 반면, 제3자 통합 기능은 howto 스타일의 주제를 사용하여 #howto:tips-and-tricks 카테고리에 공지해야 합니다.

플러그인이 아닌 Discourse 통합을 위한 #customization:extras도 있습니다.

Thank you! That answer my question.