|
|
|
|
|
by nick_kline
2266 days ago
|
|
Almost every modern database has a combination of relational and also ability to store unstructured information like json fields and search it. SQL Server, mysql, even memsql. As well as mongo and many many others. Decide on your application. How much data do you need, how much query scalability? I'd start with a data model to represent what you want and try out some free db like mysql. |
|