pineappleBest123 opened a new pull request, #46: URL: https://github.com/apache/asterixdb/pull/46
## Summary
Bootstrap the `asterix-spidersilk` module as the first step of the
GSoC 2026 NL2SQL++ project.
### Changes
- Add `IApiServerRegistrant` ServiceLoader extension point to register
servlets on the JSON API server without modifying `CCApplication.java`
- Add core interfaces: `INl2SqlTranslator`, `SchemaContext`,
`Nl2SqlException`
- Register a skeleton `NL2SqlServlet` on `POST /query/nl2sql` (port 19002)
- Add unit tests covering the core API contracts
### Testing
All unit tests pass: `mvn test -pl asterixdb/asterix-spidersilk`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
