Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ocm System | 91 | 8 days ago | 38 | mit | C# | |||||
Open Charge Map is the global public registry of electric vehicle charging locations. Established 2011. Help wanted. | ||||||||||
Rtd Kafka | 16 | 2 years ago | 1 | Java | ||||||
RTD telemetry feed | ||||||||||
Samples.microservice | 11 | 6 years ago | mit | C# | ||||||
sample microservice project to demonstrate use of Azure keyvault and Kubernetes ConfigMaps for Configuration, use of Serilog for strucutered logging, use of repository for cosmosdb | ||||||||||
Registry Contracts | 4 | 6 years ago | 1 | JavaScript | ||||||
Cars_registry_system | 1 | 3 years ago | Java | |||||||
Simpleblindcarauction | 1 | 5 years ago | apache-2.0 | JavaScript | ||||||
Early2019: Implementation of a simple blind car auction. The purpose of this repo is to introduce you to the concepts of a blockchain by showing you how a blockchain transfers assets between participants in a business network. | ||||||||||
Vehicle Manager | 1 | 3 years ago | 10 | apache-2.0 | Java | |||||
Vehicle Maintenance Manager - used to manage the maintenance of a set of vehicles | ||||||||||
Vehicle Lifecycle Network | 1 | 5 years ago | JavaScript | |||||||
Open Charge Map is the global public registry of electric vehicle charging locations. OCM was first established in 2011 and aims to crowdsource a high quality, well maintained open data set with the greatest breadth possible. Our data set is a mixture of manually entered information and imported open data sources (such as government-run registries and charging networks with an open data license). OCM provides data to drivers (via hundreds of apps and sites), as well to researchers, EV market analysts, and government policy makers.
The code in this repository represents the backend systems (API, Web Site and server-side import processing) for the project. Server-side code is developed mostly in C#, currently building under Visual Studio 2022 Community Edition (or higher) with .Net 6, Data is primarily stored in SQL Server, using Entity Framework Core, with an additional caching layer using MongoDB. Most API reads are services by the MongoDB cache.
Developers can use our API to access the data set and build their own apps. The map app source (using latest Ionic/Angular/TypeScript) can be found in its own repo at openchargemap/ocm-app
{"Permissions":[{"Level":100},{"Level":1000}],"LegacyPermissions":"[CountryLevel_Editor=All];[Administrator=true];"}
Admin > Dashboard > Check POI Cache Status > Refresh Cache (All)
to rebuild local MongoDB cache. Peridocially run Refresh Cache (Modified) to ensure cache does not become stale (otherwise the SQL database will be used for queries).To run an API mirror, see the OCM.API.Worker readme.
Please contribute in any way you can: