bsiegert / BulkTracker

Track bulk build status in pkgsrc
Other
8 stars 1 forks source link

Move datastore to Cloud Datastore API #18

Closed bsiegert closed 8 months ago

bsiegert commented 4 years ago

https://godoc.org/cloud.google.com/go/datastore

Make sure existing data is still there :)

bsiegert commented 2 years ago

Update on this:

The main branch is still on the App Engine Datastore API. The reason is that local test instances don't work well otherwise. The emulator (dev_appserver.py) only emulates the GAE API. I haven't managed to hook up the local datastore emulator to a test instance.

bsiegert commented 8 months ago

Not going to do this, instead I will focus on the standalone version with SQLite DB.