gpt4 book ai didi

javascript - Mongoose 从远程服务器获取外部数据

转载 作者:行者123 更新时间:2023-12-02 12:09:57 24 4
gpt4 key购买 nike

所以我有一个用java制作的应用程序,该应用程序使用mongo java驱动程序将数据发送到我的服务器,但我需要一种方法将该数据获取到用nodejs expressjs制作的仪表板中。 Mongoose 支持获取外部数据吗?

最佳答案

有很多方法可以将 mongoDB 放入使用 Nodejs 和 ExpressJS 创建的仪表板应用程序中。我给出了以下两种方法,选择最适合您的方法。

Approach 1:

1) 在 Java 应用程序中创建并公开 REST 服务,该服务连接到 MongdDB

2) 在仪表板应用程序中使用 REST 服务

阅读这些引用资料以获取有关如何在 Node js 中使用 REST 服务的更多信息

https://isolasoftware.it/2012/05/28/call-rest-api-with-node-js/

https://www.rapiddg.com/blog/calling-rest-api-nodejs-script

http://www.dotnetcurry.com/nodejs/1225/call-external-service-using-nodejs

创建Java Restful服务

https://www.tutorialspoint.com/restful/restful_first_application.htm

http://www.vogella.com/tutorials/REST/article.html (使用 JAX-RS)

https://spring.io/guides/gs/rest-service/ (使用Spring框架)

Approach 2:

如果您使用的是 mongoose,那么使用 Mongoose api,我们可以直接调用 MongoDB(无需使用 Java 应用程序)

引用文献

https://www.npmjs.com/package/mongoose-restful-crud

https://scotch.io/tutorials/build-a-restful-api-using-node-and-express-4

https://www.codementor.io/olatundegaruba/nodejs-restful-apis-in-10-minutes-q0sgsfhbd

关于javascript - Mongoose 从远程服务器获取外部数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46617886/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com