Has anyone looked into getting JSON strings into a database or some sort of half-way store?
For time series collection you just want to store the JSON strings and not process them at that stage as that slows the system down. You just want to concentrate on getting the data.
At a later data you would want to get the JSON strings into some sort of RDBM.
Has anyone looked into this already?
For time series collection you just want to store the JSON strings and not process them at that stage as that slows the system down. You just want to concentrate on getting the data.
At a later data you would want to get the JSON strings into some sort of RDBM.
Has anyone looked into this already?


Comment