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.
我正在使用 Titan 的 IBM Graph 中为我的图创建一个模式。我的大多数属性(如名称、地址等)都使用字符串数据类型。日期、时间戳、url 和货币等属性的数据类型的最佳实践是什么?
目前,IBM Graph 支持 Integer、Float、Boolean 和 String。因此,您需要将数据映射到其中之一,具体取决于您是否要存储格式化的日期/货币以及是否要比较这些日期/货币。这是 IBM Graph 文档的链接以供参考
https://ibm-graph-docs.ng.bluemix.net/api.html#schema-apis