Marklogic or MongoDB [closed] - mongodb

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I would to know which one choose MarkLogic vs MongoDB, I know its properties but in term of learning which one is more acceptable to choose? I have chosen MarkLogic but I think it's difficult to learn because it has a lot of documentation and it hasn't much comunity developers.
I have to choose one option for project our company and my boss is worried about MarkLogic's curve learning.
Help me which one choose.

Disclosure: I work for MarkLogic.
You mention your concern about learning how to work with MarkLogic. We have a MarkLogic University team that has excellent training resources. Take a look at their Developer Track courses. These courses are free and are available with in-person, via-Internet, or self-paced formats. Once you've learned the basics, you can follow that up with tutorials, the technical blog, On Demand videos, guides, and maybe a local Meetup, based on your needs. Our community may not be as big, but those who work with MarkLogic tend to be very helpful. You can post specific technical questions here on Stack Overflow.
The bigger question is what do you need from your database? For that, I'll join #Tamas in referring to his article comparing the two.

Related

I want to start learning Demandware [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Is there a website or tutorial to have a "Hello World" and more for demandware?
Where can I find the demand ware api documentation
Is there someway to have free server access, for training purpose ?
I already installed Eclipse and UX plugin..
Thanks
The main resources for such queries would be
https://xchange.demandware.com/community/developer
https://documentation.demandware.com
Both require that you have a valid Demandware XChange account.
It should be possible to request such by Demandware support.
There is no free server access as far as I am aware. To get a sandbox, you need to have an active subscription for Demandware SaaS.
It may be the case that your employer/client already has one, so it may be good to check with them.
It's a pay-to-play kind of model, so you can't really learn it without having an enterprise account with DW. If you do have one, you can get access to xchange where there are lots of training videos and documents....but basically it's just like NodeJS with some DW-specific calls and some, optional, funky flow chart things.

Cassandra Phantom tutorial : Are there any basic tutorials for using Phantom? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I've looked around but couldn't find a single tutorial on getting started with Phantom. Although it is being actively developed by dedicated folks, I find it very surprising that there are no quickstart tutorials around. Please share links to any tutorials if one has come across
You can checkout the phantom-dsl examples in the source folder, but if not, I've uploaded an example to my github showing how to modeling cassandra tables in scala using phantom-dsl according to the documentation.
https://github.com/iamthiago/cassandra-phantom
Docs location is confusing. They are in the .md files listed at the top of this website
https://github.com/outworkers/phantom/tree/develop/docs
Also have a look in 'basics', 'commercial' and 'querying' directories.

Introduction to Category Theory without Haskel, Scala or F# [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I wan't to get introduced to the fundamental concepts of Category Theory, from a developer's perspective (not a math student), but every single resource I see uses Haskel, Scala, F# or other highly-focused languages that I don't use.
Are there any resources for the rest of us?
MIT has an some course material online for Category Theory for Scientists. There is also a textbook you can download as well.
Pierce's Basic Category Theory for Computer Scientists fits your description. It is in no way tied to any particular programming language.
When learning category theory It's good to have examples to work from. If you don't have examples from mathematics, and you don't have examples from specific programming languages, it might be hard to motivate the subject.

Decision Support Systems or Content Management Systems [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I am looking at installing a Content Management System or something which can be used as a Decision Support System. I am not sure which content management system has options for Knowledge Management.
Appreciate inputs on this.
I am not aware of any CMS system with that functionality. Having said that, I'm really not a CMS expert. You might need to pick a flexible CMS and tweek it yourself, such as Drupal and Joomla. They both have very active support community. I think Drupal (compared to Joomla) is more flexible for developers.
You may also want to look at the research community in this topic. Some of them might make their research systems available: http://scholar.google.com.au/scholar?q=decision+management+system+cms&hl=en&btnG=Search&as_sdt=1%2C5&as_sdtp=on

CMS development [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I'm new to this CMS techmology.My company is telling me to develop a CMS for multiple companies with the company info to be stored in the database.The second thing is this that they haven't given me the design of the CMS as well as the Main Website.The website look should be generic that suits any generic static website.I'm not able to find any good looking template for this.I've searched a lot but not able to find a good one.And what kind of database design that i should use.If any one could also provide me what features should a CMS that our company is looking for.
Your first port of call shoudl be http://www.opensourcecms.com/ - check out as many open source and commercial CMS offerings to see if any would suit your needs. If nothing else, it might help refine your requirements by understanding what you don't need.