I'm using the downloaded (of 11/07/17 19:48:02, version 1.0) Database.sql , which is empty initially.
After doing:
INSERT INTO zone (zone_name) VALUES ('com');
INSERT INTO domain (dom_handle, dom_unicode_name, dom_port43, zone_id) VALUES ('DOM1', 'whiterabbit', 'whois.hinet.net.', '1');
I was expecting http://myserverip:8080/rdap/domain/whiterabbit.com would return me 200 yet I got 404...
So I'm wondering if a fully inserted sample schema would be available for reference.
Thank you