See JavaAIDev article for more details.
Test data: Netflix data
How to run:
- Requires Java 21 to build and run.
- Start Postgres database using Docker Compose.
- Start the server and use Swagger UI to run query.
Sample query:
how many movies are produced in the United States?
Output:
There are 2,058 movies produced in the United States.
For a complete Text-to-SQL implementation, check out my course.