I want to connect to google datastore from normal java application not GAE app, then create entity, put/get properties and build GQL query. Is this possible?? I found APIs but I don't find any sample code explains how I can connect and make the authorization to the datastore. Is it similar to this for GCS??
Thank you,