peburrows / diplomat

Elixir library for interacting with Google's Cloud Datastore
94 stars 22 forks source link

Add Ecto support #5

Open peburrows opened 8 years ago

peburrows commented 8 years ago

One should be able to use Diplomat as an Ecto adapter for Datastore. Lots of work to do here, especially around query generation and all that, but once we get to v1.0, I want to look at tackling this.

valle-xyz commented 7 years ago

Sounds great! I just need to have a easy access to the storage, to save images etc.

Just wanted to say that, so you don't hussle too much for ecto integration, when most of the users (my assumption) need access to gc storage.

Thank you very much for you work!

peburrows commented 7 years ago

@Valentin-Seehausen can you give a little more detail around what you're looking to do? Are you wanting to store binary image data in datastore, or is it something else you're asking for?

Aleksion commented 7 years ago

What's the status of this?

peburrows commented 7 years ago

@Aleksion — this is currently blocked until River if far enough along to use as our underlying http client.

OldhamMade commented 6 years ago

Any update on this?

peburrows commented 6 years ago

There has been some slow progress toward this goal, but it's not yet ready, unfortunately.