Skip to content

Added Socrata support #27

Merged
thealphacubicle merged 5 commits into
developfrom
feature/socrata-support
Mar 5, 2026
Merged

Added Socrata support #27
thealphacubicle merged 5 commits into
developfrom
feature/socrata-support

Conversation

@thealphacubicle

@thealphacubicle thealphacubicle commented Mar 5, 2026

Copy link
Copy Markdown
Owner

This pull request introduces support for Socrata open data portals in addition to CKAN, refines documentation, and reorganizes configuration examples for clarity and maintainability. The changes include the addition of a Socrata plugin, updates to documentation to reflect the new plugin, and removal of legacy or example configuration and plugin files.

Socrata Plugin Addition:

  • Added a new Socrata plugin, including its initialization file (plugins/socrata/__init__.py) and a Pydantic configuration schema for validating plugin settings (plugins/socrata/config_schema.py). [1] [2]

Documentation Updates:

  • Updated docs/BUILT_IN_PLUGINS.md to include reference, configuration instructions, and usage examples for the Socrata plugin, alongside CKAN. [1] [2]

Configuration File Reorganization:

  • Removed legacy configuration files for CKAN and custom plugin examples (examples/boston-opendata/config.yaml, examples/custom-plugin/config.yaml). [1] [2]
  • Removed the example custom plugin implementation (examples/custom-plugin/custom_plugins/example_plugin/plugin.py).
  • Removed the main configuration file and replaced it with a reference to a new example Socrata configuration (config.yaml). [1] [2]

README Update:

  • Updated the command in the README for Claude Desktop integration to use the new mcp-remote package for connecting to the MCP server, replacing the previous protocol and transport arguments.

resolves #7

@thealphacubicle thealphacubicle merged commit 8c9af58 into develop Mar 5, 2026
@thealphacubicle thealphacubicle deleted the feature/socrata-support branch March 5, 2026 17:22
@github-project-automation github-project-automation Bot moved this from In progress to Done in OpenContext Development Roadmap Mar 5, 2026
thealphacubicle added a commit that referenced this pull request Mar 10, 2026
* Removed redundant files

* Github action to prevent divergent branching on PR to main

* Added Socrata support  (#27)

* WIP: Socrata support (formatting etc)

* Updated README file with right config

* Updated Socrata isntructions to be more LLM friendly

* Fixed smoke test bug

* Updated smoke test bug

---------

Co-authored-by: Srihari Raman <raman.sr@northeastern.edu>

* Added SoSQL query support (#28)

* Added SoSQL query support

* Smoke test bug fix

* Removed smoke test

---------

Co-authored-by: Srihari Raman <raman.sr@northeastern.edu>

* Updated docs

---------

Co-authored-by: Srihari Raman <raman.sr@northeastern.edu>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
thealphacubicle added a commit that referenced this pull request Apr 10, 2026
* Removed redundant files

* Github action to prevent divergent branching on PR to main

* Added Socrata support  (#27)

* WIP: Socrata support (formatting etc)

* Updated README file with right config

* Updated Socrata isntructions to be more LLM friendly

* Fixed smoke test bug

* Updated smoke test bug

---------

Co-authored-by: Srihari Raman <raman.sr@northeastern.edu>

* Added SoSQL query support (#28)

* Added SoSQL query support

* Smoke test bug fix

* Removed smoke test

---------

Co-authored-by: Srihari Raman <raman.sr@northeastern.edu>

* Updated docs

* Feature/arcgis support (#30)

* Bug fix

* Ruff fix

---------

Co-authored-by: Srihari Raman <raman.sr@northeastern.edu>

* Socrata discovery API bug fix (#31)

Co-authored-by: Srihari Raman <raman.sr@northeastern.edu>

* Pr/boston changes merge (#34)

* Updated config files and deployment scripts (#33)

* Deployed prod MCP

* Added ACM SSL cert

* Updated shell script and staging vars

* Staging tf vars files changed

---------

Co-authored-by: Srihari Raman <raman.sr@northeastern.edu>

* Generalized boston specific values

---------

Co-authored-by: Srihari Raman <raman.sr@northeastern.edu>

* Feature/opencontext cli (#35)

* Lint fix

* Lint fix

* bug fix

---------

Co-authored-by: Srihari Raman <raman.sr@northeastern.edu>

* Updated docs

* Fixed CLI bugs and added template tfvars

* lint fix

* Added DX files

* lint fix

* Feature/security update (#37)

* Lint fix

* Security update: removed Lambda entrypoint

* Added DLQ SQS + tagging

* Updated CLI tools for new service additions

* Added transparency CLI commands + tests

---------

Co-authored-by: Srihari Raman <raman.sr@northeastern.edu>

* Refactor/docs (#61)

* lint fix

* updated docs

* Updated workflows

* bug fix

* Parallelized container setup

* lint fix

---------

Co-authored-by: Srihari Raman <raman.sr@northeastern.edu>

* Fixed CLI bug

---------

Co-authored-by: Srihari Raman <raman.sr@northeastern.edu>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Development

Successfully merging this pull request may close these issues.

1 participant