The answer is Yes. You can learn MongoDB without learning SQL. As Shreyansh said MongoDB is a schemaless and document oriented database. It stores your data in bson format. So, you just need to be little bit familiar with JSON to understand how the data is going to be stored in collections.