memgraph / nodemgclient

Node.js Memgraph Client
https://www.npmjs.com/package/@memgraph/client
Apache License 2.0
21 stars 0 forks source link

Is this package still being worked on #50

Open ninnjak opened 1 year ago

ninnjak commented 1 year ago

We're really keen to use this library with the OGM model however on inspection of the typescript examples, all files seem to contain only copy past version of a single example. It would be really great if we could get OGM system working with Node.js/typescript. Regards.

gitbuda commented 1 year ago

Hi @ninnjak!

Yes, it is 😄 But we don't have many users here, so the project was maintained in a limited capacity so far. But, super happy to help make it work 😄

In general, 2 biggest topics are OS support since this package depends on mgclient (mgclient already has a bigger list of supported operating systems), and the API. So my two main questions are:

ninnjak commented 1 year ago

Hi @gitbuda, thanks for the quick reply.

We are running our existing ops on cloud services using Kubernetes and Docker (Alpine Linux image) whilst we use MacOS internally to develop. We haven’t used the Python version (GQLAlchemy) of the API, however we currently use Neo4j with @neo4j/graphql and @neo4j/graphql-ogm and there OGM API is great, maybe you could make the API as close as possible which could aid users to migrate more seamlessly.