| ▲ | rettepelo 7 hours ago | |
Well, we are a Norwegian company that have been working on CMS systems for 25 years, and this is the data layer for our CMS that also is a general purpose framework for building web applications. We have several live products using this database, including mobile apps. This is of course, not a competitor to established databases, like Postgres, MS SQL server etc. It is an attempt at an "all in one system" for most .Net web applications. It is a simpler alternative to the conventional stack where you often have to combine several system to build the data layer you need. It has a built in ORM, image scaler, vector index, BM25 text search etc) It is: all you need for "most" projects in one Nuget package... (We are still developing on it every day, and do not consider it released yet ) Regarding scale, it will currently not scale to "Big Data" territory, that was never the intention. It is about saving you time as a developer on the "normal" projects where a limit of, lets say 10 mill objects, is ok. Having said that it is still early days, and the performance is so far very good and comparable to other more dedicated storage solutions. Feel free to ask other questions! | ||