Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

CosmosDB connector #1663

Closed
nicojdejong opened this issue Jan 17, 2018 · 14 comments
Closed

CosmosDB connector #1663

nicojdejong opened this issue Jan 17, 2018 · 14 comments

Comments

@nicojdejong
Copy link

nicojdejong commented Jan 17, 2018

CosmosDB is Microsofts new cloud database

It would be great to have a connector for this database

@sorenbs
Copy link
Member

sorenbs commented Jan 17, 2018

Thanks @nicojdejong

Can you describe your particular use case? Are you already using Cosmos?

@nicojdejong
Copy link
Author

nicojdejong commented Jan 17, 2018 via email

@tedwardc
Copy link

Hi Soren,

I second the request for supporting Cosmos Db. I too am working on a startup and would love to be able to use Cosmos Db as the data store for a GraphQL API. I chose Cosmos Db because I work with really large data sets (one is >250 GB) and they offer auto-indexing and fast response times.

I was beginning to think I needed to write a connector myself but I would much rather work on value-added features and not so much on plumbing if I could.

I've been running with Apollo-* stack and haven't seriously considered Graphcool because of this limitation but I would love to just leverage all the magic you guys have created and not worry about it :)

Best,
Ed

@benmccallum
Copy link

+1

@mmeckes
Copy link

mmeckes commented Mar 22, 2018

+1 from me too. We are using Cosmos DB on a bunch of chat tools because it is easy to use from the Azure Bot Framework. Having a GraphQL connector would be really useful.

@infin8loop
Copy link

+1 We are making a foray into Cosmos DB after starting out with graphcool. Lack of other database support is probably our biggest hurdle for Prisma (i.e. we want MS SQL, Cosmos DB or Postgres).

@sorenbs
Copy link
Member

sorenbs commented Apr 12, 2018

Thank you all!

We have finished the ground work required to support more database connectors. The implementation of Postgress is set to start next week and more will follow soon after. I can't offer a concrete timeline for Cosmos DB yet though.

@kevineger
Copy link

@sorenbs great news! Any update on a Cosmos DB roadmap? I'd potentially be interested in contributing.

@stale
Copy link

stale bot commented Jan 8, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the status/stale Marked as state by the GitHub stalebot label Jan 8, 2019
@stale stale bot removed status/stale Marked as state by the GitHub stalebot labels Jan 9, 2019
@AronT-TLV
Copy link

Has anyone tested the MongoDb connecter with CosmosDB - it supports the Mongo wire do in principle it should work

@stilren
Copy link

stilren commented Jan 16, 2019

@AronT-TLV I gave it a quick shot trying to connect it to my cosmos db with mongodb api using the prisma init hello-world wizard with the error "no primary found in replicaset or invalid replica set name" -

The connection string looks like this: "mongodb://dbname:secret==@dbname.documents.azure.com:10255/?ssl=true&replicaSet=globaldb"

@AronT-TLV
Copy link

Thanks @stilren

@trumhemcut
Copy link

+1

@LexSwed
Copy link

LexSwed commented Jun 14, 2020

Any plans on that for Prisma 2?

@janpio janpio closed this as completed Sep 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests