A Rumor about EF projects [closed] - entity-framework

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I have heard that projects that use EF as their ORM mostly fail when they have huge databases and actually objects that are dealing with several mappings at the same time. Is it true that EF is still not quite ready for big enterprises?

Whoever said that didn't spend too much time working with EF. I've worked on/been involved with several projects using EF with very complex database schemas and large amounts of data and we had no issues outside of your normal problems you encounter with any ORM.

Related

RDF libraries for Scala [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I'm looking for a simple RDF library for Scala. So far I've found three, which all seem to have issues:
scardf (https://code.google.com/p/scardf/) doesn't seem to be currently maintained, although it has documentation and positive comments
banana-rdf (https://github.com/w3c/banana-rdf) seems to be actively maintained, but has no docs
FeDeRate (https://dvcs.w3.org/hg/FeDeRate/summary) seems unmaintained and undocumented
Does anyone have any recommendations? I'm using Scala 2.10, and would like something light, fast and clean. I'm mostly going to be carrying out simple queries and storing stuff, but I'd like the option to work with external endpoints as well.

Use No-Sql with EF [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I want to use No-Sql in my application I think RavenDb and MongoDb are good but which one is more integrated with EF?
and is there any documentation for using theme?
Entity framework is built to support relational databases. It has no support for any no-sql or document databases. And when you think about it, it actually doesn't make too much sense, what is the point of using an object relational mapper and producing a relational mapping of a non-relational database?
There are however libraries which support both of these frameworks available for .Net available via nuget. Im sure these would be much more appropriate for your application

Template DB schema for Web Analytics workload (AWS RedShift) [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Are there any existing schema template for general web analytics workload, e.g. similar to Google Analytcis, it probably have at least the following tables
users
sites
requests
Since I don't want to re-invent the wheel, I am looking if any existing well defined schema or good relations modeling is suitable for my need.
Any idea?
Remark: I am running on AWS RedShift, but I think most column oriented database should have similar schema.

Japid or Scala which one is better? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Japid is a fast template engine (probably 2x to 20x faster) supported by play framework, But is it better enough or stable enough to be used in production environment ? And if japid is better than why play shipped examples projects in scala?
Japid is not faster because it is written in Java. It's faster because the people who wrote it decided to spend the effort to make it faster. Scala can be just as fast.
It's also newer, and a plugin, which explains why it isn't used for the core examples for Play.

Why there is lack of momentum in Amazon SimpleDB? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I am working on a project and as I want it to be hassle free so I am considering using Amazon SimpleDB for the sake of simplicity. At least I can cross out DB administration.
But why there is so little info about SimpleDB on the net? As if nobody cares about it and I feel like I might be on the wrong track. Is it so unpopular? The other major NoSQL databases have a lot more coverage. What could be the reason? Is it because it is hosted? Does it lack major important features which I don't notice? Is it horrible performance-wise? Is it not durable? Why people are not very interested? Are there better alternatives for hosted NoSQL?