Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
常に JSON を扱っている場合、手動でスキーマを定義するのは少し複雑に思えます。JSON を BSON に変換して、開発者が毎回手動でスキーマを定義する必要をなくす方法はありますか?
node-mongodb-native[1] を見ましたか? 事前定義されたスキーマを必要としないため、ニーズにより適しているように思えます。
[1] https://github.com/christkv/node-mongodb-native
これを行うツール mongoimport があります
http://www.mongodb.org/display/DOCS/Import+Export+Tools