-
Notifications
You must be signed in to change notification settings - Fork 0
rebootd/NoSQLIntro1
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is project is partly for my own expirementation, and partly as a dmoe for NoSQL approaches to persistence. I will be updating notes periodically, including usefil information for each database setup. Most of what you need is available in the codebase. However, there are a couple setup steps. You will need a sqlexpress instance running. The connection string is available in BlogSQL\web.config. There are batch files to start each of the NoSQL servers, which don't require any additional install. Any specific instructions for each will be noted below. ::Recommendations:: - Use good tests even though this demo doesn't (dont put your tests in the same assembly you plan on deploying) - Use something other than Webforms, like Spark or Monorail. - Consider your goal before chosing SQL or NoSQL or both ::SQL Server:: ::MongoDB:: ::RavenDB:: RavenDB requires indexes in order to query data. You can create queries using the Web UI or, as this demo does, using code.
About
NoSQL expirementation and intro code
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published