Skip to content
Advertisement

Tag: nosql

NoSQL Solution to Store Arrays?

I need a scalable NoSql solution to store data as arrays for many fields & time stamps, where the key is a combination of a field and a timestamp. Data would be stored in the following scheme: KEY –> “FIELD_NAME.YYYYMMDD.HHMMSS” VALUE –> [v1, v2, v3, v4, v5, v6] (v1..v6 are just floats) For instance, suppose that: FIELD_NAME = “TOMATO” TIME_STAMP

Advertisement