Open ninnjak opened 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:
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.
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.