Hi,
I am currently using Postgresql , as my storage repo for event data.
However, when i do a POST using curl, to the event server at
'localhost:7070', I get a Http 500 error saying :
{"message":"ERROR: relation \"pio_event_1\" does not exist\n Position: 20"}
Shouldn't the table/relation be created automatically, and then the data I
posted be inserted ??
I was following along the tutorials here :
http://predictionio.incubator.apache.org/templates/javaecommercerecommendation/quickstart/
Thanks for your help !!