Obsdark
Obsdark
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
Thanks both of you, lately i have been seeing KeyDB and Valkey, not certain if they work for my use case, Mongo havent check it throughly yet but i have saw than for my use case i may need a plugin, still i have some hope to find something with the things i request tho, i havent discarted nor Mongo nor using SQL yet either. Thanks in any case for your suggestions.
39 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
Ill consider your words regarding using SQL for this cases tho, thanks @Jimmacle
39 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
You can, as your opinion is inspired i think, doing it wrong and do complex bussiness operation on it but, its not the point of the SPs, in that much ill agree with you.
39 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
I mean, i would agree to that except when the problem is a format problem and not a processing one, because if such is the case, then, its a data layer problem, i.e. you have the data but you want to show it somewhere different. If you notice, a lot of SPs do just that, they manage just the information presentation, insertion or updating of data in a custom way.
39 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
I think once you do it, its done
39 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
I mean, yeah, but that will kinda force me to use functions and sps for the addapting of that, that is a lot of extra work but
39 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
Not that im thinking on using mongo, it needs at least two plugins to work as i needed to, so far i have saw at least
39 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
I mean, i think i can check that out, i notice people use Mongo in a relational way some years ago, and notice NoSQL databases going out of grace too, never knew why that happend
39 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
Some other people suggested using excel to save that data too
39 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
i had used it for other purposes, but for some structural goop like this
39 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
I mean, in other part of the application i have connected a relational database
39 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
I mean, there are a lot of blasphemys you can do with a lot of technologys, CouchDB saves his documents as json and a lot of NoSQL databases do that too. However i would preffer something dedicated to do that before needing to basically bullshit my way to a sub-optimal solution, the requirements of the proyect would be better solved with that, im fairly certain about it. I have consider that path tho, but for efficiency and for search purposes i think it would be far far easier find a NoSQL database than can do with this characteristics, at least in the long run.
39 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
Still, as already stated, the API thing is optional, if its not possible i can write an intermediary app, of course i would preffer to avoid that if possible, but if it is necessary, well, then it is.
39 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
In the SQL world maybie, not so much in the NoSQL one. At least so far i have seen.
39 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
The API part would be nice, but i can brush it off, as long as the library is official. im using C# too but that stop being relevant if it has any way to make neutral communication with the database, as it happend to have it CouchDB with his API way to work for instance.
39 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
So, in short, im using NoSQL because it makes it to save data who can easily be used for different types of objects in different contexts without the hussle of keep A LOT of redundant data and A LOT of unnecessary diagramming and redundant tables.
39 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
And about why NoSQL specifically, its because i dont know the exact propertys of all the documents im gonna be saving there, i do know, however, some of the propertys of some of the object types, and i need the propertys for being able to, with just one document, being able to save several objects of different but related types than sometimes overlap in his propertys and sometimes dont
39 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
For custom querys, nothing more really, you see taking the example of CouchDB, if i want to send the minimal ammount of parameters and receive just the precise ammount of data, CouchDB doesnt have any way to, for instance, convert coords to distance in order to being able to search by distance. So, if i send a Long and Lat of X for instance, i cannot make a search by distance of all the objects which just so happend are at Y distance processing the coordinates of such objects, at least i cannot do it without calling all the documents from that DB and check them one by one, which is, as you may expect, very very unefficient
39 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
So, about your question, yes, all the points there are required by the proyect however the one marked as optional is, well, optional.
39 replies
CC#
Created by Obsdark on 3/24/2025 in #help
Looking for some NoSQL database with this characteristics
I can bypass the thing of API or so tho, i would preffer not to, but if i need to make an application for intermediate i can do it, as long as i can do something similar to SPs
39 replies