Как импортировать JSON файл в Mongodb, используя django? - PullRequest
0 голосов
/ 22 марта 2020

Я работаю над проектом, для которого я использую Django среду, чтобы служить сервером, а Mongodb - как внутреннюю базу данных. У меня есть файл JSON, который я хочу импортировать в MONGODB, используя DJANGO, но я не знаю, как это сделать, я новичок. Помощь будет высоко ценится. Спасибо. Мой файл содержит эти данные:

data: {
request: [
{
type: "City",
query: "Karachi, Pakistan"
}
],
weather: [
{
date: "2009-01-01",
astronomy: [
{
sunrise: "07:17 AM",
sunset: "05:54 PM",
moonrise: "10:19 AM",
moonset: "10:11 PM",
moon_phase: "Waxing Crescent",
moon_illumination: "31"
}
],
maxtempC: "0",
maxtempF: "32",
mintempC: "0",
mintempF: "32",
avgtempC: "19",
avgtempF: "66",
totalSnow_cm: "0.0",
sunHour: "8.7",
uvIndex: "1",
hourly: [
{
time: "0",
tempC: "19",
tempF: "66",
windspeedMiles: "4",
windspeedKmph: "6",
winddirDegree: "358",
winddir16Point: "N",
weatherCode: "113",
weatherIconUrl: [
{
value: "http://cdn.worldweatheronline.net/images/wsymbols01_png_64/wsymbol_0008_clear_sky_night.png"
}
],
weatherDesc: [
{
value: "Clear"
}
],
precipMM: "0.0",
precipInches: "0.0",
humidity: "61",
visibility: "10",
visibilityMiles: "6",
pressure: "1016",
pressureInches: "30",
cloudcover: "0",
HeatIndexC: "26",
HeatIndexF: "78",
DewPointC: "16",
DewPointF: "61",
WindChillC: "24",
WindChillF: "75",
WindGustMiles: "4",
WindGustKmph: "7",
FeelsLikeC: "24",
FeelsLikeF: "75",
uvIndex: "1"
},
{
time: "300",
tempC: "18",
tempF: "65",
windspeedMiles: "5",
windspeedKmph: "8",
winddirDegree: "25",
winddir16Point: "NNE",
weatherCode: "113",
weatherIconUrl: [
{
value: "http://cdn.worldweatheronline.net/images/wsymbols01_png_64/wsymbol_0008_clear_sky_night.png"
}
],
weatherDesc: [
{
value: "Clear"
}
],
precipMM: "0.0",
precipInches: "0.0",
humidity: "64",
visibility: "10",
visibilityMiles: "6",
pressure: "1016",
pressureInches: "30",
cloudcover: "2",
HeatIndexC: "21",
HeatIndexF: "70",
DewPointC: "14",
DewPointF: "57",
WindChillC: "21",
WindChillF: "70",
WindGustMiles: "8",
WindGustKmph: "14",
FeelsLikeC: "21",
FeelsLikeF: "70",
uvIndex: "1"
},
{
time: "600",
tempC: "19",
tempF: "66",
windspeedMiles: "6",
windspeedKmph: "9",
winddirDegree: "64",
winddir16Point: "ENE",
weatherCode: "113",
weatherIconUrl: [
{
value: "http://cdn.worldweatheronline.net/images/wsymbols01_png_64/wsymbol_0008_clear_sky_night.png"
}
],
weatherDesc: [
{
value: "Clear"
}
],
precipMM: "0.0",
precipInches: "0.0",
humidity: "57",
visibility: "10",
visibilityMiles: "6",
pressure: "1017",
pressureInches: "31",
cloudcover: "4",
HeatIndexC: "21",
HeatIndexF: "69",
DewPointC: "12",
DewPointF: "53",
WindChillC: "21",
WindChillF: "69",
WindGustMiles: "9",
WindGustKmph: "14",
FeelsLikeC: "21",
FeelsLikeF: "69",
uvIndex: "1"
},
{
time: "900",
tempC: "24",
tempF: "76",
windspeedMiles: "3",
windspeedKmph: "4",
winddirDegree: "92",
winddir16Point: "E",
weatherCode: "113",
weatherIconUrl: [
{
value: "http://cdn.worldweatheronline.net/images/wsymbols01_png_64/wsymbol_0001_sunny.png"
}
],
weatherDesc: [
{
value: "Sunny"
}
],
precipMM: "0.0",
precipInches: "0.0",
humidity: "36",
visibility: "10",
visibilityMiles: "6",
pressure: "1017",
pressureInches: "31",
cloudcover: "10",
HeatIndexC: "26",
HeatIndexF: "78",
DewPointC: "10",
DewPointF: "50",
WindChillC: "26",
WindChillF: "79",
WindGustMiles: "3",
WindGustKmph: "5",
FeelsLikeC: "26",
FeelsLikeF: "78",
uvIndex: "1"
},
{
time: "1200",
tempC: "27",
tempF: "80",
windspeedMiles: "2",
windspeedKmph: "3",
winddirDegree: "232",
winddir16Point: "SW",
weatherCode: "113",
weatherIconUrl: [
{
value: "http://cdn.worldweatheronline.net/images/wsymbols01_png_64/wsymbol_0001_sunny.png"
}
],
weatherDesc: [
{
value: "Sunny"
}
],
precipMM: "0.0",
precipInches: "0.0",
humidity: "33",
visibility: "10",
visibilityMiles: "6",
pressure: "1015",
pressureInches: "30",
cloudcover: "9",
HeatIndexC: "28",
HeatIndexF: "82",
DewPointC: "11",
DewPointF: "51",
WindChillC: "28",
WindChillF: "83",
WindGustMiles: "2",
WindGustKmph: "3",
FeelsLikeC: "28",
FeelsLikeF: "82",
uvIndex: "1"
},
{
time: "1500",
tempC: "26",
tempF: "78",
windspeedMiles: "7",
windspeedKmph: "12",
winddirDegree: "244",
winddir16Point: "WSW",
weatherCode: "113",
weatherIconUrl: [
{
value: "http://cdn.worldweatheronline.net/images/wsymbols01_png_64/wsymbol_0001_sunny.png"
}
],
weatherDesc: [
{
value: "Sunny"
}
],
precipMM: "0.0",
precipInches: "0.0",
humidity: "42",
visibility: "10",
visibilityMiles: "6",
pressure: "1014",
pressureInches: "30",
cloudcover: "10",
HeatIndexC: "26",
HeatIndexF: "80",
DewPointC: "12",
DewPointF: "54",
WindChillC: "26",
WindChillF: "79",
WindGustMiles: "9",
WindGustKmph: "14",
FeelsLikeC: "26",
FeelsLikeF: "80",
uvIndex: "1"
},
{
time: "1800",
tempC: "22",
tempF: "72",
windspeedMiles: "9",
windspeedKmph: "15",
winddirDegree: "247",
winddir16Point: "WSW",
weatherCode: "113",
weatherIconUrl: [
{
value: "http://cdn.worldweatheronline.net/images/wsymbols01_png_64/wsymbol_0001_sunny.png"
}
],
weatherDesc: [
{
value: "Sunny"
}
],
precipMM: "0.0",
precipInches: "0.0",
humidity: "65",
visibility: "10",
visibilityMiles: "6",
pressure: "1015",
pressureInches: "30",
cloudcover: "9",
HeatIndexC: "25",
HeatIndexF: "77",
DewPointC: "16",
DewPointF: "61",
WindChillC: "23",
WindChillF: "73",
WindGustMiles: "14",
WindGustKmph: "22",
FeelsLikeC: "25",
FeelsLikeF: "77",
uvIndex: "1"
},
{
time: "2100",
tempC: "21",
tempF: "70",
windspeedMiles: "6",
windspeedKmph: "9",
winddirDegree: "262",
winddir16Point: "W",
weatherCode: "113",
weatherIconUrl: [
{
value: "http://cdn.worldweatheronline.net/images/wsymbols01_png_64/wsymbol_0008_clear_sky_night.png"
}
],
weatherDesc: [
{
value: "Clear"
}
],
precipMM: "0.0",
precipInches: "0.0",
humidity: "81",
visibility: "10",
visibilityMiles: "6",
pressure: "1016",
pressureInches: "30",
cloudcover: "9",
HeatIndexC: "24",
HeatIndexF: "76",
DewPointC: "19",
DewPointF: "65",
WindChillC: "22",
WindChillF: "71",
WindGustMiles: "8",
WindGustKmph: "14",
FeelsLikeC: "22",
FeelsLikeF: "71",
uvIndex: "1"
}
]
}
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...